[deutsch]

Graph

A graph is a rectangular area within a figure that contains axes, plots, cursors and annotations. Within a figure, graphs are aligned in a grid-like (table-like) arrangement as described in the article on layout.

Properties

Axes

The following functions and properties manage the axes of the graph object.

Functions

The following functions create/destroy axes (see the axis documentation for details). Note that a direct assignment of the graphs object is a shortcut to create axes (See tutorial).

Properties

Plots

The following functions and properties deal with plots.

Functions

Properties

Cursors

Cursors are similar to a point or line plot. The crucial difference is that users can move the individual data points of a cursor interactively with their mouse/touch device. This allows to program interactive visualizations where the users can interactively select, for example, certain ranges within a data set.

Functions

Properties

Annotations

Annotations are boxes of (HTML-)text. They can be used as title, legend or panel captions (the a, b, c, … captions on graphs as in Example: Multiple graphs in one figure).

Functions

Properties

Zones

You can specify the minimum left, right, top and bottom margin of each zone within a graph by accessing the 'zones' collection. The following margin properties are available for the 'inside', 'left', 'right', 'top' and 'bottom' zone:

Examples