Changeset 33685
- Timestamp:
- Apr 3, 2012, 4:42:02 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/plot.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/plot.py
r33498 r33685 36 36 37 37 if forCzartool: 38 OUTPUTFILE = self.config.czarPlotsPath + "/ippToPsps_density_" + self.config. dvoLabel+ "_" + batchType + ".png"38 OUTPUTFILE = self.config.czarPlotsPath + "/ippToPsps_density_" + self.config.name + "_" + batchType + ".png" 39 39 else: 40 40 OUTPUTFILE = self.config.name + "_" + batchType + "_" + timestamp + ".png" … … 49 49 print >> f, "set term " + TERM + "; \ 50 50 set output \"" + OUTPUTFILE + "\"; \ 51 set title \"Unprocessed " + batchType + " items for " + self.config.dvoLabel + "as of " + timestamp + "\"; \51 set title \"Unprocessed " + batchType + " items for '" + self.config.name + "' as of " + timestamp + "\"; \ 52 52 set grid; \ 53 53 set xrange [" + str(self.config.minRa) + ":" + str(self.config.maxRa) + "] reverse; \
Note:
See TracChangeset
for help on using the changeset viewer.
