From 9819a6ad6abc854250118d9727252f40628f97bd Mon Sep 17 00:00:00 2001 From: Paul Pearson Date: Wed, 29 Aug 2012 22:00:51 -0300 Subject: [PATCH] Fix x-axis label position (hopefully) Changed the location of text id=problem... from x=$barxpixel y=$barypixel to x=$problemlabelxpixel y=$problemlabelypixel --- lib/WeBWorK/ContentGenerator/Instructor/Stats.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm b/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm index 616933cb70..0236991a3f 100644 --- a/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm +++ b/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm @@ -1,6 +1,6 @@ ################################################################################ # WeBWorK Online Homework Delivery System -# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ +# Copyright � 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/ # $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/Instructor/Stats.pm,v 1.68 2007/08/13 22:59:56 sh002i Exp $ # # This program is free software; you can redistribute it and/or modify it under @@ -561,7 +561,7 @@ foreach my $probID (@problemIDs) { $barypixel = $topmargin + $plotwindowheight - $barheight; $problabelxpixel = $leftmargin + ($probID-1) * $totalbarwidth + $barsep; $problabelypixel = $topmargin + $plotwindowheight - $barheight; - $svg = $svg . "". $probID ."\n"; + $svg = $svg . "". $probID ."\n"; } $svg = $svg . "";