Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

ref_plotarea (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: plots

Requires: MathScript RT Module

Syntax

ref_plotarea

obj = ref_plotarea

Legacy Name: gca

Description

Returns the reference to the current plot area. If no plot area exists, ref_plotarea creates a new plot.

Details

Examples

Outputs

Name Description
obj Returns the reference to the current plot area. obj is a reference to a plot area.

Details

This function is not supported in the LabVIEW Run-Time Engine if you request an output from the function. Either do not request an output or remove this function from scripts before you build a stand-alone application or shared library.

Examples

X = 0:0.1:1;
Y = X.*X;
plot(X, Y)
obj = ref_plotarea;
set(obj, 'Color', 'c')

Related Topics

plot
ref_plotwin


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit