A | |
| adv [Gnuplot_common.T] | adv g advances to the next subpage or, if necessary, opens a
new page.
|
| auto [Gnuplot_common.T] | |
| axis [Gnuplot_common.T] | axis ?which () sets the zero axis.
|
B | |
| bin [Gnuplot.PLOT_DATA] | |
| bin [Gnuplot.Array] | |
| bin [Gnuplot.Bigarray] | |
| border [Gnuplot_common.T] | border ?which () set borders to the graph.
|
| box [Gnuplot_common.T] | |
| box3 [Gnuplot_common.T] | |
C | |
| clear [Gnuplot_common.T] | clear g clears the current subpage.
|
| close [Gnuplot_common.T] | close g closes the gnuplot session g.
|
| color [Gnuplot_common.T] | color g c use the RGB color c active for the subsequent drawings
on the handle g.
|
D | |
| device_of_filename [Gnuplot_common.T] | device_of_filename f guesses the device corresponding to the
extension of f.
|
E | |
| env [Gnuplot_common.T] | env g ?xaxis ?xgrid ?xlog xmin xmax ?yaxis ?ygrid ?ylog ymin
ymax is a convenience function to set the x and y ranges as well
as some common parameters (using win and box separately is
more powerful).
|
| env3 [Gnuplot_common.T] | env g ?xgrid ?xlog xmin xmax ?ygrid ?ylog ymin ymax sets x and
y ranges.
|
| err [Gnuplot.PLOT_DATA] | |
| err [Gnuplot.Array] | |
| err [Gnuplot.Bigarray] | |
F | |
| font [Gnuplot_common.T] | font g s sets the current font for the handle g as s where
s is device and system dependent.
|
| font_size [Gnuplot_common.T] | font_size g sz sets the current font size for the handle g
to sz.
|
| free [Gnuplot_common.T] | |
| fx [Gnuplot_common.T] | fx g ?style ?label ?nsamples f a b draws the graph of f over
the interval going from a to b (inclusive).
|
| fxy [Gnuplot_common.T] | fxy g ?style ?label ?hidden ?xnsamples ?ynsamples f xmin xmax
ymin ymax
|
| fxy_param [Gnuplot_common.T] | fxy_param g ?style ?label ?hidden ?xnsamples ?ynsamples f xmin xmax
ymin ymax
|
H | |
| hide [Gnuplot_common.T] | |
I | |
| init [Gnuplot_common.T] | init ?offline ?max_inline ?persist ?color ?nsubx ?nsuby ?sizex
?sizey ?aspect dev returns a handle to a new gnuplot session
with device dev.
|
| iter [Gnuplot.DATA] | |
| iter2 [Gnuplot.DATA] | |
| iter4 [Gnuplot.DATA] | |
| iter_mat [Gnuplot.DATA] | |
L | |
| labels [Gnuplot_common.T] | labels ?which ?prec ?rotate () set the numeric labels
accroding to the following parameters:
|
P | |
| pen [Gnuplot_common.T] | pen g i selects the ith pen type for the handle g -- i
can at least take the values from 0 to 6 but some devices may
allow a bigger range.
|
| pen_width [Gnuplot_common.T] | pen_width g w sets the pen thickness to w (in multiples of
the default pen size) for the handle g.
|
| point [Gnuplot_common.T] | point g i selects the ith point type for the handle g.
|
| point_width [Gnuplot_common.T] | point_width g w sets the point thickness to w (in multiples
of the default point size) for the handle g.
|
S | |
| show [Gnuplot_common.T] | tag_show ?immediately ?tag g shows the plots handled by that
tag.
|
T | |
| text [Gnuplot_common.T] | text g x y text write the string text at position (x,y)
in grah coordinates on the gnuplot session g.
|
| tics [Gnuplot_common.T] | tics ?which ?outward ?minor ?grid ?log ?step ()
|
| title [Gnuplot_common.T] | title g t sets the title for the current subpage of the
gnuplot session g to t.
|
V | |
| vector [Gnuplot.PLOT_DATA] | |
| vector [Gnuplot.Array] | |
| vector [Gnuplot.Bigarray] | |
W | |
| win [Gnuplot_common.T] | win g xmin xmax ymin ymax sets the x and y ranges for the
current subpage of the handle g.
|
X | |
| x [Gnuplot.PLOT_DATA] | |
| x [Gnuplot.Array] | |
| x [Gnuplot.Bigarray] | x g ?style ?label ?n0 xvec draws the points (n0 + i,
xvec.{i}) for 0 <= i < Array1.dim xvec according to the style
chosen.
|
| xlabel [Gnuplot_common.T] | xlabel g t sets the label for x axis of the current subpage of
the gnuplot session g to t.
|
| xy [Gnuplot.PLOT_DATA] | |
| xy [Gnuplot.Array] | |
| xy [Gnuplot.Bigarray] | xy g ?style ?label xvec yvec draws the points (xvec.{i},
yvec.{i}) for 0 <= i < min(Array1.dim xvec)(Array1.dim yvec)
according to the style chosen.
|
| xy_file [Gnuplot_common.T] | |
| xy_param [Gnuplot_common.T] | xy_param g ?tag ?style ?label ?nsamples f a b draws the image
of the function f (i.e., the cuve parametrized by f) over the
interval going from a to b (inclusive).
|
| xyz [Gnuplot.PLOT_DATA] | |
| xyz [Gnuplot.Array] | |
| xyz [Gnuplot.Bigarray] | xyz g ?style ?label x y z
|
| xyz_ft [Gnuplot_common.T] | |
Y | |
| ylabel [Gnuplot_common.T] | ylabel g t sets the label for y axis of the current subpage of
the gnuplot session g to t.
|