sciplot  0.3.1
A modern C++ plotting library powered by gnuplot
Plot3D Member List

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

autoclean(bool enable=true) -> voidPlotinline
border() -> BorderSpecs &Plotinline
boxWidthAbsolute(double val) -> Plot &Plotinline
boxWidthRelative(double val) -> Plot &Plotinline
cleanup() const -> voidPlotinline
clear() -> voidPlotinline
draw(const std::string &what, const std::string &use, const std::string &with) -> DrawSpecs &Plotinline
drawCurve(const X &x, const Y &y, const Z &z) -> DrawSpecs &Plot3Dinline
drawCurve(const std::string &fname, const ColumnIndex &col, const ColumnIndex &ycol) -> DrawSpecs &Plot3Dinline
drawCurveWithPoints(const X &x, const Y &y, const Z &z) -> DrawSpecs &Plot3Dinline
drawCurveWithPoints(const std::string &fname, const ColumnIndex &xcol, const ColumnIndex &ycol) -> DrawSpecs &Plot3Dinline
drawDots(const X &x, const Y &y, const Z &z) -> DrawSpecs &Plot3Dinline
drawDots(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot3Dinline
drawHistogram(const Y &y) -> DrawSpecs &Plot3Dinline
drawHistogram(const std::string &fname, ColumnIndex ycol) -> DrawSpecs &Plot3Dinline
drawImpulses(const X &x, const Y &y, const Z &z) -> DrawSpecs &Plot3Dinline
drawImpulses(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot3Dinline
drawPoints(const X &x, const Y &y, const Z &z) -> DrawSpecs &Plot3Dinline
drawPoints(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot3Dinline
drawWithCols(const std::string &fname, const std::string &with, const std::vector< ColumnIndex > &cols) -> DrawSpecs &Plot3Dinline
drawWithVecs(const std::string &with, const X &, const Vecs &... vecs) -> DrawSpecs &Plot3Dinline
fontName(const std::string &name) -> Plot &Plotinline
fontSize(std::size_t size) -> Plot &Plotinline
gnuplot(const std::string &command) -> voidPlotinline
grid() -> GridSpecs &Plotinline
legend() -> LegendSpecs &Plotinline
m_autocleanPlotprotected
m_borderPlotprotected
m_boxwidthPlotprotected
m_counterPlotinlineprotectedstatic
m_customcmdsPlotprotected
m_dataPlotprotected
m_datafilenamePlotprotected
m_drawspecsPlotprotected
m_fontPlotprotected
m_gridPlotprotected
m_heightPlotprotected
m_idPlotprotected
m_legendPlotprotected
m_numdatasetsPlotprotected
m_palettePlotprotected
m_rlabelPlotprotected
m_rtics_majorPlotprotected
m_rtics_minorPlotprotected
m_samplesPlotprotected
m_style_fillPlotprotected
m_style_histogramPlotprotected
m_ticsPlotprotected
m_widthPlotprotected
m_xlabelPlotprotected
m_xrangePlotprotected
m_xtics_major_bottomPlotprotected
m_xtics_major_topPlotprotected
m_xtics_minor_bottomPlotprotected
m_xtics_minor_topPlotprotected
m_ylabelPlotprotected
m_yrangePlotprotected
m_ytics_major_leftPlotprotected
m_ytics_major_rightPlotprotected
m_ytics_minor_leftPlotprotected
m_ytics_minor_rightPlotprotected
m_ztics_majorPlotprotected
m_ztics_minorPlotprotected
palette(const std::string &name) -> Plot &Plotinline
Plot()Plotinline
Plot3D()Plot3Dinline
repr() const -> std::string overridePlot3Dinlinevirtual
rtics() -> TicsSpecsMajor &Plotinline
rticsMajor() -> TicsSpecsMajor &Plotinline
rticsMinor() -> TicsSpecsMinor &Plotinline
samples(std::size_t value) -> voidPlotinline
savePlotData() const -> voidPlotinline
size(std::size_t width, std::size_t height) -> Plot &Plotinline
styleFill() -> FillStyleSpecs &Plotinline
styleHistogram() -> HistogramStyleSpecs &Plotinline
tics() -> TicsSpecs &Plotinline
xlabel(const std::string &label) -> AxisLabelSpecs &Plotinline
xrange(const StringOrDouble &min, const StringOrDouble &max) -> Plot &Plotinline
xtics() -> TicsSpecsMajor &Plotinline
xticsMajorBottom() -> TicsSpecsMajor &Plotinline
xticsMajorTop() -> TicsSpecsMajor &Plotinline
xticsMinorBottom() -> TicsSpecsMinor &Plotinline
xticsMinorTop() -> TicsSpecsMinor &Plotinline
ylabel(const std::string &label) -> AxisLabelSpecs &Plotinline
yrange(const StringOrDouble &min, const StringOrDouble &max) -> Plot &Plotinline
ytics() -> TicsSpecsMajor &Plotinline
yticsMajorLeft() -> TicsSpecsMajor &Plotinline
yticsMajorRight() -> TicsSpecsMajor &Plotinline
yticsMinorLeft() -> TicsSpecsMinor &Plotinline
yticsMinorRight() -> TicsSpecsMinor &Plotinline
zlabel(const std::string &label) -> AxisLabelSpecs &Plot3Dinline
zrange(StringOrDouble min, StringOrDouble max) -> voidPlot3Dinline
ztics() -> TicsSpecsMajor &Plotinline
zticsMajor() -> TicsSpecsMajor &Plotinline
zticsMinor() -> TicsSpecsMinor &Plotinline
~Plot()=defaultPlotvirtual