Author: tlinnet
Date: Thu May  8 15:04:09 2014
New Revision: 23086

URL: http://svn.gna.org/viewcvs/relax?rev=23086&view=rev
Log:
Modified the description of making x,y,z points in the chi2 space for the 
userfunction dx.map.

task #7791: (https://gna.org/task/index.php?7791 ) the dx.map should accept a 
list of list with values for points.

Modified:
    trunk/user_functions/dx.py

Modified: trunk/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/dx.py?rev=23086&r1=23085&r2=23086&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Thu May  8 15:04:09 2014
@@ -174,8 +174,8 @@
 uf.add_keyarg(
     name = "point",
     py_type = "list_val_or_list_of_list_val",
-    desc_short = "[x, y, x] point of list of x, y, x points. [[x1, y1, z1], 
[x2, y2, z2]]",
-    desc = "An list of parameter values where a point in the map, shown as a 
red sphere, will be placed.  The length of each point must be equal to the 
number of parameters.",
+    desc_short = "highlight points in the space",
+    desc = "This argument allows specific points in the optimisation space to 
be displayed as coloured spheres.  This can be used to highlight a minimum or 
other any other feature of the space.  Either a single point or a list of 
points can be supplied.  Each point is a list of floating point numbers in the 
form [x, y, z]",
     can_be_none = True,
 )
 uf.add_keyarg(


_______________________________________________
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