Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

xmgrace conditions

in xmgrace
y=(y<0)*(y+360)+(y>0)*y

if y<0 add 360 to y data points , else(+) y>0 keep same y
 
PREVIOUS NEXT
Tagged: #xmgrace #conditions
ADD COMMENT
Topic
Name
1+3 =