mailr23498 - /trunk/user_functions/dx.py


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

Header


Content

Posted by tlinnet on May 28, 2014 - 11:28:
Author: tlinnet
Date: Wed May 28 11:28:32 2014
New Revision: 23498

URL: http://svn.gna.org/viewcvs/relax?rev=23498&view=rev
Log:
Added dim dimensions to match the x,y,z positions for GUI input in user 
function dx.map.

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=23498&r1=23497&r2=23498&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Wed May 28 11:28:32 2014
@@ -177,6 +177,7 @@
     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,
+    dim = (3, 3)
 )
 uf.add_keyarg(
     name = "point_file",




Related Messages


Powered by MHonArc, Updated Wed May 28 11:40:02 2014