mailr14292 - /1.3/generic_fns/grace.py


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

Header


Content

Posted by edward on August 09, 2011 - 14:42:
Author: bugman
Date: Tue Aug  9 14:42:06 2011
New Revision: 14292

URL: http://svn.gna.org/viewcvs/relax?rev=14292&view=rev
Log:
Bug fix for the xydxdy type Grace graphs - the dx data was not being placed 
in the file.


Modified:
    1.3/generic_fns/grace.py

Modified: 1.3/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/grace.py?rev=14292&r1=14291&r2=14292&view=diff
==============================================================================
--- 1.3/generic_fns/grace.py (original)
+++ 1.3/generic_fns/grace.py Tue Aug  9 14:42:06 2011
@@ -423,7 +423,7 @@
                 file.write("%-30s %-30s" % (point[0], point[1]/norm_fact))
 
                 # The dx and dy errors.
-                if graph_type in ['xydx', 'xydy']:
+                if graph_type in ['xydx', 'xydy', 'xydxdy']:
                     # Catch x or y-axis errors of None.
                     error = point[2]
                     if error == None:




Related Messages


Powered by MHonArc, Updated Tue Aug 09 15:00:02 2011