[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 03 Aug 2007 06:00:19 -0000
albertel Fri Aug 3 02:00:19 2007 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
- BUG#5342, reorder elments in edit mode
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.122 loncom/xml/lonplot.pm:1.123
--- loncom/xml/lonplot.pm:1.122 Fri Aug 3 01:58:12 2007
+++ loncom/xml/lonplot.pm Fri Aug 3 02:00:18 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.122 2007/08/03 05:58:12 albertel Exp $
+# $Id: lonplot.pm,v 1.123 2007/08/03 06:00:18 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -127,8 +127,9 @@
## ##
###################################################################
my @gnuplot_edit_order =
- qw/alttag bgcolor fgcolor height width fontface font transparent grid samples
- border align texwidth texfont plotcolor plottype gridtype lmargin rmargin
+ qw/alttag bgcolor fgcolor height width texwidth fontface font texfont
+ transparent grid samples
+ border align plotcolor plottype gridtype lmargin rmargin
tmargin bmargin major_ticscale minor_ticscale boxwidth gridlayer fillstyle
pattern solid/;