I am using JFreeChart library to plot something in an Eclipse view and currently my code for view initialization looks as follows:
@Override public void createPa
You might look at SlidingXYDataset, mentioned here, or the paging approach shown here.