Revision: 326
http://gnuplot-py.svn.sourceforge.net/gnuplot-py/?rev=326&view=rev
Author: mhagger
Date: 2012-12-06 09:24:21 +0000 (Thu, 06 Dec 2012)
Log Message:
-----------
Whitespace fix.
Modified Paths:
--------------
trunk/test.py
Modified: trunk/test.py
===================================================================
--- trunk/test.py 2012-12-06 09:24:06 UTC (rev 325)
+++ trunk/test.py 2012-12-06 09:24:21 UTC (rev 326)
@@ -247,7 +247,7 @@
g.hardcopy('gp_test.ps', enhanced=0)
wait('Testing hardcopy options: color=1')
g.hardcopy('gp_test.ps', color=1)
- # For some reason,
+ # For some reason,
# g.hardcopy('gp_test.ps', color=0, solid=1)
# doesn't work here (it doesn't activate the solid option), even
# though the command sent to gnuplot looks correct. I'll
@@ -273,7 +273,6 @@
wait('Testing hardcopy svg options: enhanced')
g.hardcopy('gp_test.ps', terminal='svg', enhanced='1')
-
print('############### test shortcuts ##############################')
wait('plot Func and Data using shortcuts')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|