JeremyMcCormick / jfreechart-aida-experimental

1 stars 4 forks source link

Cleanup, organize and refactor PlotterRegion and related classes #35

Closed JeremyMcCormick closed 10 years ago

JeremyMcCormick commented 10 years ago

The PlotterRegion class should be reorganized to avoid duplication and unnecessary method calls. There is some duplication between the code that creates new charts and that which performs an overlay.

Methods that create new JFreeChart objects should instead create new XYPlots.

JeremyMcCormick commented 10 years ago

I cleaned up PlotterRegion and Plotter to some extent, thought certain concepts could still use some work. These will get new issues as necessary.