Index: trunk/ippToPsps/jython/plot.py
===================================================================
--- trunk/ippToPsps/jython/plot.py	(revision 33684)
+++ trunk/ippToPsps/jython/plot.py	(revision 33685)
@@ -36,5 +36,5 @@
 
         if forCzartool:
-            OUTPUTFILE = self.config.czarPlotsPath + "/ippToPsps_density_" + self.config.dvoLabel + "_" + batchType + ".png"
+            OUTPUTFILE = self.config.czarPlotsPath + "/ippToPsps_density_" + self.config.name + "_" + batchType + ".png"
         else:
             OUTPUTFILE = self.config.name + "_" + batchType + "_" + timestamp + ".png"
@@ -49,5 +49,5 @@
         print >> f, "set term " + TERM + "; \
             set output \"" + OUTPUTFILE + "\"; \
-            set title \"Unprocessed " + batchType + " items for " + self.config.dvoLabel + " as of " + timestamp + "\"; \
+            set title \"Unprocessed " + batchType + " items for '" + self.config.name + "' as of " + timestamp + "\"; \
             set grid; \
             set xrange [" + str(self.config.minRa) + ":" + str(self.config.maxRa) + "] reverse; \
