Print

Print


Author: [log in to unmask]
Date: Sat Mar  7 15:19:08 2015
New Revision: 2355

Log:
Forgot to clear plot region

Modified:
    java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java

Modified: java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java
 =============================================================================
--- java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java	(original)
+++ java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java	Sat Mar  7 15:19:08 2015
@@ -460,6 +460,7 @@
 				
 		
 				// Process and plot the region 3 plot.
+				plotter.region(3).clear();
 				if(!isFirstRaw[id]) {
 					pstyle.yAxisStyle().setLabel(SIGNAL_AMPLITUDE_TITLE);
 					pstyle.xAxisStyle().setLabel(SIGNAL_TIME_TITLE);