|
From: <ai...@us...> - 2010-11-11 10:34:25
|
Revision: 11322
http://plplot.svn.sourceforge.net/plplot/?rev=11322&view=rev
Author: airwin
Date: 2010-11-11 10:34:19 +0000 (Thu, 11 Nov 2010)
Log Message:
-----------
Get rid of syntax error for line that should be continued.
Modified Paths:
--------------
trunk/examples/python/xw04.py
trunk/examples/python/xw26.py
Modified: trunk/examples/python/xw04.py
===================================================================
--- trunk/examples/python/xw04.py 2010-11-11 08:33:39 UTC (rev 11321)
+++ trunk/examples/python/xw04.py 2010-11-11 10:34:19 UTC (rev 11322)
@@ -122,7 +122,7 @@
plscol0a( 15, 32, 32, 32, 0.70 )
- (legend_width, legend_height) =
+ (legend_width, legend_height) = \
pllegend( PL_LEGEND_BACKGROUND | PL_LEGEND_BOUNDING_BOX, 0.0, 0.0,
0.1, 15, 1, 1, 0, 0, opt_array, 1.0, 1.0, 2.0,
1., text_colors, text, box_colors, box_patterns,
Modified: trunk/examples/python/xw26.py
===================================================================
--- trunk/examples/python/xw26.py 2010-11-11 08:33:39 UTC (rev 11321)
+++ trunk/examples/python/xw26.py 2010-11-11 10:34:19 UTC (rev 11322)
@@ -192,7 +192,7 @@
plscol0a( 15, 32, 32, 32, 0.70 )
- (legend_width, legend_height) =
+ (legend_width, legend_height) = \
pllegend( PL_LEGEND_BACKGROUND | PL_LEGEND_BOUNDING_BOX, 0.0, 0.0,
0.1, 15, 1, 1, 0, 0, opt_array, 1.0, 1.0, 2.0,
1., text_colors, text, box_colors, box_patterns,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|