Node:Plot Annotations, Next:, Previous:Three-Dimensional Plotting, Up:Plotting



Plot Annotations

grid (arg) Function File
For two-dimensional plotting, force the display of a grid on the plot. The argument may be either "on" or "off". If it is omitted, "on" is assumed.

title (string) Function File
Specify a title for a plot.

xlabel (string) Function File
ylabel (string) Function File
zlabel (string) Function File
Specify x, y, and z axis labels for the plot. If you already have a plot displayed, use the command replot to redisplay it with the new labels.

top_title (string) Function File
bottom_title (string) Function File
Makes a title with text string at the top (bottom) of the plot.