![]() | Download Help (Windows Only) |
Owning Class: plots
Requires: MathScript RT Module (Windows)
plottext(text)
Legacy Name: gtext
Adds text to the current plot area. LabVIEW adds the text at the position in the plot area where you click the mouse.
Name | Description |
---|---|
text | Specifies the text you want to add. text is a string. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | No (always ignored) |
Supported on RT targets | No |
X = 0:0.1:1;
Y = X.*X;
plot(X, Y, 'bo-')
plottext('text')
Helpful
Not Helpful