I'm using a Graph object on a panel and have broken the graph into "boxes" of 25 rows by 80 colums each of some pixel size - screen is 3/4 full using resolution of 1024x768.
Everything works fine, its just that plotting text to each of these "boxes" takes quite a while. I have found that if I hide the panel, then plot to the panel then display the panel again, it takes ~1/20 of the time. The side effect is that the panel blinks.
Is there a way to plot to a panel graph quickly, without hiding the panel 1st?
I even tried to duplicate the panel, hide the original, plot to the original, kill the new panel once done and unhide the original panel. Blinking went away but still took the original amount to time before any updates were seen.
Thanks for any help in advance.
rjmiller