Owning Class: plots
Requires: MathScript RT Module
showplot
Legacy Name: shg
Brings the current plot window to the front. If no window exists, showplot opens a new plot window as the active window.
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.
showplot
X = 0:10;
plot(X);