C | |
candles_date_ohlc [Gnuplot.Series] | candles_date_ohlc data creates a data series for a candlestick chart
indexed by date.
|
candles_time_ohlc [Gnuplot.Series] | candles_time_ohlc data creates a data series for a candlestick chart.
|
close [Gnuplot.Gp] | close t closes the channel to the Gnuplot process.
|
create [Gnuplot.Gp] | create ?verbose ?path () creates a channel to a Gnuplot process with the
executable given by path .
|
create [Gnuplot.Labels] | |
create [Gnuplot.Output] | create ?font output creates an output type with optional font
parameter.
|
H | |
histogram [Gnuplot.Series] | histogram data creates a data series for a histogram of Y values.
|
L | |
lines [Gnuplot.Series] | lines data creates a data series for a line plot of Y values.
|
lines_datey [Gnuplot.Series] | lines_datey data creates a data series for a line plot of date and Y
values.
|
lines_func [Gnuplot.Series] | lines_func f creates a data series for a line plot of the values given
by a function f specified in the Gnuplot format, eg `sin(x)`.
|
lines_timey [Gnuplot.Series] | lines_xy data creates a data series for a line plot of time and Y
values.
|
lines_xy [Gnuplot.Series] | lines_xy data creates a data series for a line plot of X and Y
values.
|
linespoints [Gnuplot.Series] | linespoints data creates a data series for a lines and points plot of Y
values.
|
linespoints_datey [Gnuplot.Series] | linespoints_datey data creates a data series for a lines and points plot
of date and Y values.
|
linespoints_func [Gnuplot.Series] | linespoints_func f creates a data series for a lines and points plot of
the values given by a function f specified in the Gnuplot format, eg
`sin(x)`.
|
linespoints_timey [Gnuplot.Series] | linespoints_timey data creates a data series for a lines and points plot
of time and Y values.
|
linespoints_xy [Gnuplot.Series] | linespoints_xy data creates a data series for a lines and points plot of
X and Y values.
|
P | |
plot [Gnuplot.Gp] | plot t series plots a single data series .
|
plot_func [Gnuplot.Gp] | plot_func t f draws a graph of the function f given as a string.
|
plot_many [Gnuplot.Gp] | plot_many t series creates a plot of multiple data series .
|
points [Gnuplot.Series] | points data creates a data series for a point plot of Y values.
|
points_datey [Gnuplot.Series] | points_datey data creates a data series for a point plot of date and Y
values.
|
points_func [Gnuplot.Series] | points_func f creates a data series for a point plot of the values given
by a function f specified in the Gnuplot format, eg `sin(x)`.
|
points_timey [Gnuplot.Series] | points_timey data creates a data series for a point plot of time and Y
values.
|
points_xy [Gnuplot.Series] | points_xy data creates a data series for a point plot of X and Y
values.
|
S | |
set [Gnuplot.Gp] | set ?output ?title ?fill t sets parameters of the Gnuplot
session.
|
steps [Gnuplot.Series] | steps data creates a data series for a step function of Y values.
|
steps_datey [Gnuplot.Series] | steps_datey data creates a data series for a step function of date and Y
values.
|
steps_timey [Gnuplot.Series] | steps_timey data creates a data series for a step function of time and Y
values.
|
steps_xy [Gnuplot.Series] | steps_xy data creates a data series for a step function of X and Y
values.
|
U | |
unset [Gnuplot.Gp] | unset ?fill ?labels t resets parameters of the Gnuplot session.
|