Commit in java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots on MAIN
EcalEventDisplay.java+4-3554 -> 555
Update to Ecal Event Display

java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots
EcalEventDisplay.java 554 -> 555
--- java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplay.java	2014-05-06 14:07:57 UTC (rev 554)
+++ java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplay.java	2014-05-06 17:15:49 UTC (rev 555)
@@ -299,13 +299,14 @@
        	hTimeDraw.add(channelTimePlot.get(id));
        	
      	
-       	hTimeVsEnergyDraw.reset();
+   /*    	hTimeVsEnergyDraw.reset();
         
        	plotter.region(2).setTitle(channelTimeVsEnergyPlot.get(id).title());
        	hTimeVsEnergyDraw.setTitle(channelTimeVsEnergyPlot.get(id).title());
-       	hTimeVsEnergyDraw.add(channelTimeVsEnergyPlot.get(id));
+       	hTimeVsEnergyDraw.add(channelTimeVsEnergyPlot.get(id));*/
 
-       	
+    	plotter.region(2).clear();
+    	plotter.region(2).plot(channelTimeVsEnergyPlot.get(id));
     }    
 }
 
SVNspam 0.1