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")


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

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

Reply via email to