Member of the plots class.
clg
Clears the current figure. clg creates a new figure if no figure exists.
This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.
clg
X = 0:1:10;
plot(X);