mailr27135 - /trunk/lib/plotting/gnuplot.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 18, 2014 - 16:17:
Author: bugman
Date: Thu Dec 18 16:17:41 2014
New Revision: 27135

URL: http://svn.gna.org/viewcvs/relax?rev=27135&view=rev
Log:
Improvement in the comments from the gnuplot correlation_matrix() plotting 
API function.


Modified:
    trunk/lib/plotting/gnuplot.py

Modified: trunk/lib/plotting/gnuplot.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/plotting/gnuplot.py?rev=27135&r1=27134&r2=27135&view=diff
==============================================================================
--- trunk/lib/plotting/gnuplot.py       (original)
+++ trunk/lib/plotting/gnuplot.py       Thu Dec 18 16:17:41 2014
@@ -57,7 +57,7 @@
     output.write("set pm3d map\n")
 
     # Set up the terminal type and make the plot square.
-    output.write("\n# Make the plot square.\n")
+    output.write("\n# Set up the terminal type and make the plot square.\n")
     output.write("set terminal postscript eps size 10,10 enhanced color font 
'Helvetica,20' linewidth 0.1\n")
 
     # The blue-red colour map.
@@ -94,8 +94,8 @@
                 output.write("\"%s\" %s" % (format_enhanced(labels[i]), i))
             output.write(")\n")
 
-    # Output to EPS by default.
-    output.write("\n# Output to EPS by default.\n")
+    # Output to EPS.
+    output.write("\n# Output to EPS.\n")
     output.write("set output \"%s.eps\"\n" % file_root(file))
 
     # Load and show the text data.




Related Messages


Powered by MHonArc, Updated Thu Dec 18 17:00:03 2014