12-16-2014 02:47 AM
Hello,
I'm trying to make a 3D Graph, using CWGraph3D, CWPlots3D, CWPlot3D. This can be seen in the image below. Outside of the image, several more Plots are added, in similar fashion as shown.
I use 'RemoveAll' to reset the image, otherwise the graph would continuously be replotted over itself. Which is -obviously- not what I want, and it also causes a memory leak. However, now the graph starts blinking, as every iteration the graph is removed and then remade.
Regards,
Ralph
12-16-2014 06:06 AM - edited 12-16-2014 06:06 AM
Hi Ralph,
However, now the graph starts blinking, as every iteration the graph is removed and then remade.
Yes, that's how it is. What else do you expect?
Did you try the DeferPanelUpdate property of the VI front panel while generating/updating the 3D plots?