mailr27765 - /trunk/user_functions/pcs.py


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

Header


Content

Posted by edward on March 03, 2015 - 17:42:
Author: bugman
Date: Tue Mar  3 17:42:30 2015
New Revision: 27765

URL: http://svn.gna.org/viewcvs/relax?rev=27765&view=rev
Log:
Added the 'title' and 'subtitle' arguments to the pcs.corr_plot user function.

This problem was detected by the new Pcs.test_corr_plot system test.  The 
pcs.corr_plot user
function now matches the rdc.corr_plot user function in terms of arguments.


Modified:
    trunk/user_functions/pcs.py

Modified: trunk/user_functions/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/pcs.py?rev=27765&r1=27764&r2=27765&view=diff
==============================================================================
--- trunk/user_functions/pcs.py (original)
+++ trunk/user_functions/pcs.py Tue Mar  3 17:42:30 2015
@@ -179,6 +179,20 @@
     can_be_none = True
 )
 uf.add_keyarg(
+    name = "title",
+    py_type = "str",
+    desc_short = "alternative plot title",
+    desc = "The title for the plot, overriding the default.",
+    can_be_none = True
+)
+uf.add_keyarg(
+    name = "subtitle",
+    py_type = "str",
+    desc_short = "alternative plot subtitle",
+    desc = "The subtitle for the plot, overriding the default.",
+    can_be_none = True
+)
+uf.add_keyarg(
     name = "file",
     default = "pcs_corr_plot.agr",
     py_type = "str",




Related Messages


Powered by MHonArc, Updated Tue Mar 03 18:00:02 2015