Changeset 34165 for trunk/ippToPsps/jython/plot.py
- Timestamp:
- Jul 13, 2012, 6:34:51 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/plot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/plot.py
r33740 r34165 40 40 OUTPUTFILE = self.config.name + "_" + batchType + "_" + timestamp + ".png" 41 41 42 f = os.popen(' gnuplot', 'w')42 f = os.popen('/home/panstarrs/ipp/local/bin/gnuplot', 'w') 43 43 44 44 if 0:
Note:
See TracChangeset
for help on using the changeset viewer.
