mailr27139 - /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 - 18:55:
Author: bugman
Date: Thu Dec 18 18:55:27 2014
New Revision: 27139

URL: http://svn.gna.org/viewcvs/relax?rev=27139&view=rev
Log:
Forced the gnuplot correlation_matrix plot to be square.

This is for the correlation_matrix() plotting API function used by the new
structure.atomic_fluctuations user 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=27139&r1=27138&r2=27139&view=diff
==============================================================================
--- trunk/lib/plotting/gnuplot.py       (original)
+++ trunk/lib/plotting/gnuplot.py       Thu Dec 18 18:55:27 2014
@@ -55,6 +55,7 @@
     # Set up the terminal type and make the plot square.
     output.write("# 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")
+    output.write("set size square\n")
 
     # The colour map.
     output.write("\n# Blue-red colour map.\n")




Related Messages


Powered by MHonArc, Updated Thu Dec 18 19:00:02 2014