|
Contents | Previous | Next | Subchapters |
| Syntax |
avplot(plotName, x, y) |
"/" then all objects will be created
in the root directory, otherwise the value of plotName must
be a valid group name such as "/MyGroup".
x = {1, 2, 3}
y = [{1, 2, 3}, {1, 4, 9}]
avplot("/Simple Plot", x, y)
The Data Visualizer will be invoked if not already open
and display the following
The previewer simplifies the creation of custom plots by providing
interactive dialogs for modifying plot styles and attributes. If
you select the Edit check box in the upper-left corner
of the previewer, all of the editable objects of the graph are
displayed.
See the Array Viewer documentation that was installed
with the previewer for detailed instructions on interactively editing
graphs.