xmgrace python interface Activity
xmgrace and qtgrace plotting interface in python
Brought to you by:
mendenhall
Dear Thank you for providing python interface scripts. Could you please show me one example how to start potting using these scripts ? I tried but here what I get: Traceback (most recent call last): File "grace_example2.py", line 1, in <module> from GracePlot import </module> File "/home/narender/graceplot-2.01/graceplot/GracePlot.py", line 299 if self.debug: print cmd ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(cmd)?** Thanks for your time.
a bit of decrufting
updated graceplot for python2 and python3 cross-compatibility
fixed tick place and text multigraph operation
fixed axis label "placeon" output to be "place"...