I have a application in which i update the core plot graph dynamically. Basically as new data points are added i adjust the x axis range with new plot range if data points goes beyond the boundaries of graph. Graphs is working fine in OS X 10.7.3/10.7.4 and even on mountain lion 10.8 but on 10.6.8 it does not reload the graph. All methods are being called like numberFor plot and numberOfRecordsForPlot in 10.6.8 but does not work. If i adjust the window size a bit or maximize and minimize it shows the graph.
So seems to me that manual invocation of [graph reloadData] is not working on 10.6.8. Please suggest what to do.
Edit: I am using core plot 0.9 version and have also verified this issue with core plot 1.0 version using Plot Gallery sample and RealTime plot example .
Regards, MP