JeremyMcCormick / jfreechart-aida-experimental

1 stars 4 forks source link

Implement PlotterRegion.clear() method and make sure plots can be readded #23

Closed JeremyMcCormick closed 10 years ago

JeremyMcCormick commented 10 years ago

The IPlotterRegion.clear() method is not implemented in PlotterRegion. Once the state of the region is torn down in that method, it should be possible to then add another plot which is then plotted properly. This should have a proper test case.

JeremyMcCormick commented 10 years ago

The InteractivePlotterRegionTest calls show() and clear() and then adds a new plot. It seems to work fine. The plotter's methods for clearing should also be checked. Closing as fixed.