Owning Class: plots
Requires: MathScript RT Module
clgraph
Legacy Name: clg
Clears the current figure. clgraph 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.
clgraph
X = 0:1:10;
plot(X);