Bayeux  3.4.1
Core Foundation library for SuperNEMO
Gnuplot Member List

This is the complete list of members for Gnuplot, including all inherited members.

cmd(const std::string &cmdstr)Gnuplot
get_terminal() constGnuplot
Gnuplot(const std::string &style="points")Gnuplot
Gnuplot(const std::vector< double > &x, const std::string &title="", const std::string &style="points", const std::string &labelx="x", const std::string &labely="y")Gnuplot
Gnuplot(const std::vector< double > &x, const std::vector< double > &y, const std::string &title="", const std::string &style="points", const std::string &labelx="x", const std::string &labely="y")Gnuplot
Gnuplot(const std::vector< double > &x, const std::vector< double > &y, const std::vector< double > &z, const std::string &title="", const std::string &style="points", const std::string &labelx="x", const std::string &labely="y", const std::string &labelz="z")Gnuplot
has_terminal() constGnuplot
is_valid()Gnuplotinline
operator<<(const std::string &cmdstr)Gnuplotinline
plot_equation(const std::string &equation, const std::string &title="")Gnuplot
plot_equation3d(const std::string &equation, const std::string &title="")Gnuplot
plot_image(const unsigned char *ucPicBuf, const unsigned int iWidth, const unsigned int iHeight, const std::string &title="")Gnuplot
plot_slope(const double a, const double b, const std::string &title="")Gnuplot
plot_x(const X &x, const std::string &title="")Gnuplotinline
plot_xy(const X &x, const Y &y, const std::string &title="")Gnuplotinline
plot_xy_err(const X &x, const Y &y, const E &dy, const std::string &title="")Gnuplotinline
plot_xyz(const X &x, const Y &y, const Z &z, const std::string &title="")Gnuplotinline
plotfile_x(const std::string &filename, const unsigned int column=1, const std::string &title="")Gnuplot
plotfile_xy(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const std::string &title="")Gnuplot
plotfile_xy(const std::string &filename, const unsigned int column_x, const unsigned int column_y, const std::string &title, const std::string &file_options_, const std::string &plot_options_)Gnuplot
plotfile_xy_err(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const unsigned int column_dy=3, const std::string &title="")Gnuplot
plotfile_xyz(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const unsigned int column_z=3, const std::string &title="")Gnuplot
plotfile_xyz_with_colored_wires(const std::string &filename, const std::string &title="", int color_=0)Gnuplot
plotfile_xyzo(const std::string &filename, const unsigned int column_x=1, const unsigned int column_y=2, const unsigned int column_z=3, const unsigned int column_o=4, const std::string &title="")Gnuplot
remove_tmpfiles()Gnuplot
replot(void)Gnuplotinline
reset_all()Gnuplot
reset_plot()Gnuplot
savetops(const std::string &filename="gnuplot_output")Gnuplot
set_cbrange(const double iFrom, const double iTo)Gnuplot
set_contour(const std::string &position="base")Gnuplot
set_gnuplot_path(const std::string &path)Gnuplotstatic
set_grid()Gnuplotinline
set_hidden3d()Gnuplotinline
set_isosamples(const int isolines=10)Gnuplot
set_legend(const std::string &position="default")Gnuplot
set_multiplot()Gnuplotinline
set_pointsize(const double pointsize=1.0)Gnuplot
set_samples(const int samples=100)Gnuplot
set_smooth(const std::string &stylestr="csplines")Gnuplot
set_style(const std::string &stylestr="points")Gnuplot
set_surface()Gnuplotinline
set_terminal(const std::string &terminal_)Gnuplot
set_terminal_std(const std::string &type)Gnuplotstatic
set_title(const std::string &title="")Gnuplotinline
set_xautoscale()Gnuplotinline
set_xlabel(const std::string &label="y")Gnuplot
set_xlogscale(const double base=10)Gnuplot
set_xrange(const double iFrom, const double iTo)Gnuplot
set_yautoscale()Gnuplotinline
set_ylabel(const std::string &label="x")Gnuplot
set_ylogscale(const double base=10)Gnuplot
set_yrange(const double iFrom, const double iTo)Gnuplot
set_zautoscale()Gnuplotinline
set_zlabel(const std::string &label="z")Gnuplot
set_zlogscale(const double base=10)Gnuplot
set_zrange(const double iFrom, const double iTo)Gnuplot
showonscreen()Gnuplot
terminal_std()Gnuplotstatic
unset_contour()Gnuplotinline
unset_grid()Gnuplotinline
unset_hidden3d()Gnuplotinline
unset_legend()Gnuplotinline
unset_multiplot()Gnuplotinline
unset_smooth()Gnuplotinline
unset_surface()Gnuplotinline
unset_title()Gnuplotinline
unset_xlogscale()Gnuplotinline
unset_ylogscale()Gnuplotinline
unset_zlogscale()Gnuplotinline
~Gnuplot()Gnuplot