From: Peter L. <pet...@gm...> - 2009-05-14 00:53:34
|
I am brand new to this list and also to open source development. When using this library, I though it may be useful to update an axis manually. This is especially true for creating small animations (ie continuously updated plots). This can be done by removing the plot, setting updateAxis to true, then adding it again. I thought I would look into adding a function to the plotSurface2D class to force an update of the axis. Is this already done? |