| www.delorie.com/gnu/docs/octave/octave_130.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following functions all require a version of gnuplot that
supports the multiplot feature.
plot function that works with
the multiplot version of gnuplot to plot multiple plots per page.
This plot version automatically advances to the next subplot position
after each set of arguments are processed.
See the description of the plot function for the various options.
If the arguments are non-zero, multiplot will set up multiplot
mode with xn, yn subplots along the x and y
axes. If both arguments are zero, multiplot closes multiplot
mode.
"blank"
"all"
"north"
"south"
"east"
"west"
The arguments may be abbreviated to single characters. Without any
arguments, plot_border turns borders off.
gnuplot in multiplot mode and plots in location
given by index (there are cols by rows subwindows).
Input:
If only one argument is supplied, then it must be a three digit value specifying the location in digits 1 (rows) and 2 (columns) and the plot index in digit 3.
The plot index runs row-wise. First all the columns in a row are filled and then the next row is filled.
For example, a plot with 4 by 2 grid will have plot indices running as follows:
+-----+-----+-----+-----+ | 1 | 2 | 3 | 4 | +-----+-----+-----+-----+ | 5 | 6 | 7 | 8 | +-----+-----+-----+-----+ |
multiplot function, otherwise this command just becomes an alias
to multiplot
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |