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",
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
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