Example #1
0
 /// <summary>
 /// Clear all the plots.
 /// </summary>
 public void ClearPlots()
 {
     HeatmapPlot.ClearPlot();
     TimeSeriesPlot.ClearPlot();
     ShipTrackPlot.ClearPlot();
     AmplitudePlot.ClearPlot();
     CorrelationPlot.ClearPlot();
     Profile3dPlot.ClearPlot();
 }