mailr14124 - /branches/gui_testing/prompt/grace.py


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

Header


Content

Posted by edward on August 04, 2011 - 13:36:
Author: bugman
Date: Thu Aug  4 13:36:11 2011
New Revision: 14124

URL: http://svn.gna.org/viewcvs/relax?rev=14124&view=rev
Log:
More modifications to the grace user function docstrings.


Modified:
    branches/gui_testing/prompt/grace.py

Modified: branches/gui_testing/prompt/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/grace.py?rev=14124&r1=14123&r2=14124&view=diff
==============================================================================
--- branches/gui_testing/prompt/grace.py (original)
+++ branches/gui_testing/prompt/grace.py Thu Aug  4 13:36:11 2011
@@ -64,7 +64,7 @@
         ["grace_exe", "The Grace executable file."]
     ]
     view._doc_desc = """
-        This can be used to view the specified Grace '*.agr' file by opening 
it with Grace program.
+        This can be used to view the specified Grace '*.agr' file by opening 
it with the Grace program.
         """
     view._doc_examples = """
         To view the file 's2.agr' in the directory 'grace', type:
@@ -116,7 +116,7 @@
         ["force", "A flag which, if set to True, will cause the file to be 
overwritten."]
     ]
     write._doc_desc = """
-        This function is designed to be as flexible as possible so that any 
combination of data can be plotted.  The output is in the format of a Grace 
plot (also known as ACE/gr, Xmgr, and xmgrace) which only supports two 
dimensional plots.  Three types of keyword arguments can be used to create 
various types of plot.  These include the X-axis and Y-axis data types, the 
spin identification string, and an argument for selecting what to actually 
plot.
+        This is designed to be as flexible as possible so that any 
combination of data can be plotted.  The output is in the format of a Grace 
plot (also known as ACE/gr, Xmgr, and xmgrace) which only supports two 
dimensional plots.  Three types of keyword arguments can be used to create 
various types of plot.  These include the X-axis and Y-axis data types, the 
spin identification string, and an argument for selecting what to actually 
plot.
 
         The X-axis and Y-axis data type arguments should be plain strings, 
regular expression is not allowed.  If the X-axis data type argument is not 
given, the plot will default to having the spin sequence along the x-axis.  
The two axes of the Grace plot can be absolutely any of the data types listed 
in the tables below.  The only limitation, currently anyway, is that the data 
must belong to the same data pipe.
 




Related Messages


Powered by MHonArc, Updated Thu Aug 04 13:40:01 2011