Member of the plots class.
shg
Brings the current plot window to the front. If no window exists, shg 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.
shg
X = 0:10;
plot(X);