![]() | Download Help (Windows Only) |
Owning Class: plots
Requires: MathScript RT Module
ref_plotwin
obj = ref_plotwin
Legacy Name: gcf
Returns the reference to the current plot window. If no plot window exists, ref_plotwin generates a new plot window.
Name | Description |
---|---|
obj | Returns the reference to the current plot window. obj is a reference to a plot window. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | No (returns error or is ignored) |
Supported on RT targets | No |
X = 0:1:10;
plot(X)
figure
Y = X.*X;
plot(Y)
obj = ref_plotwin
Helpful
Not Helpful