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.
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits