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

This is the complete list of members for Plot2D, 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
drawBoxes(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawBoxes(const X &x, const Y &y, const XW &xwidth) -> DrawSpecs &Plot2Dinline
drawBoxes(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawBoxes(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xwidthcol) -> DrawSpecs &Plot2Dinline
drawBoxesWithErrorBarsY(const X &x, const Y &y, const Y &ydelta) -> DrawSpecs &Plot2Dinline
drawBoxesWithErrorBarsY(const X &x, const Y &y, const YL &ylow, const YH &yhigh) -> DrawSpecs &Plot2Dinline
drawBoxesWithErrorBarsY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex ydeltacol) -> DrawSpecs &Plot2Dinline
drawBoxesWithErrorBarsY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex ylowcol, ColumnIndex yhighcol) -> DrawSpecs &Plot2Dinline
drawBrokenCurve(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawBrokenCurveWithPoints(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawCurve(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawCurve(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawCurveFilled(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawCurvesFilled(const X &x, const Y1 &y1, const Y2 &y2) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsX(const X &x, const Y &y, const XD &xdelta) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsX(const X &x, const Y &y, const XL &xlow, const XH &xhigh) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsX(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xdeltacol) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsX(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xlowcol, ColumnIndex xhighcol) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsXY(const X &x, const Y &y, const XD &xdelta, const YD &ydelta) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsXY(const X &x, const Y &y, const XL &xlow, const XH &xhigh, const YL &ylow, const YH &yhigh) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsXY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xdeltacol, ColumnIndex ydeltacol) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsXY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xlowcol, ColumnIndex xhighcol, ColumnIndex ylowcol, ColumnIndex yhighcol) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsY(const X &x, const Y &y, const YD &ydelta) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsY(const X &x, const Y &y, const YL &ylow, const YH &yhigh) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex ydeltacol) -> DrawSpecs &Plot2Dinline
drawCurveWithErrorBarsY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex ylowcol, ColumnIndex yhighcol) -> DrawSpecs &Plot2Dinline
drawCurveWithPoints(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawCurveWithPoints(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawDots(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawDots(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawErrorBarsX(const X &x, const Y &y, const XD &xdelta) -> DrawSpecs &Plot2Dinline
drawErrorBarsX(const X &x, const Y &y, const XL &xlow, const XH &xhigh) -> DrawSpecs &Plot2Dinline
drawErrorBarsX(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xdeltacol) -> DrawSpecs &Plot2Dinline
drawErrorBarsX(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xlowcol, ColumnIndex xhighcol) -> DrawSpecs &Plot2Dinline
drawErrorBarsXY(const X &x, const Y &y, const XD &xdelta, const YD &ydelta) -> DrawSpecs &Plot2Dinline
drawErrorBarsXY(const X &x, const Y &y, const XL &xlow, const XH &xhigh, const YL &ylow, const YH &yhigh) -> DrawSpecs &Plot2Dinline
drawErrorBarsXY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xdeltacol, ColumnIndex ydeltacol) -> DrawSpecs &Plot2Dinline
drawErrorBarsXY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex xlowcol, ColumnIndex xhighcol, ColumnIndex ylowcol, ColumnIndex yhighcol) -> DrawSpecs &Plot2Dinline
drawErrorBarsY(const X &x, const Y &y, const YD &ydelta) -> DrawSpecs &Plot2Dinline
drawErrorBarsY(const X &x, const Y &y, const YL &ylow, const YH &yhigh) -> DrawSpecs &Plot2Dinline
drawErrorBarsY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex ydeltacol) -> DrawSpecs &Plot2Dinline
drawErrorBarsY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol, ColumnIndex ylowcol, ColumnIndex yhighcol) -> DrawSpecs &Plot2Dinline
drawHistogram(const Y &y) -> DrawSpecs &Plot2Dinline
drawHistogram(std::string fname, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawImpulses(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawImpulses(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawPoints(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawPoints(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawSteps(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawSteps(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawStepsChangeFirstX(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawStepsChangeFirstX(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawStepsChangeFirstY(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawStepsChangeFirstY(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawStepsFilled(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawStepsFilled(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawStepsHistogram(const X &x, const Y &y) -> DrawSpecs &Plot2Dinline
drawStepsHistogram(const std::string &fname, ColumnIndex xcol, ColumnIndex ycol) -> DrawSpecs &Plot2Dinline
drawWithCols(const std::string &fname, const std::string &with, const std::vector< ColumnIndex > &cols) -> DrawSpecs &Plot2Dinline
drawWithVecs(const std::string &with, const X &, const Vecs &... vecs) -> DrawSpecs &Plot2Dinline
drawWithVecsContainingNaN(std::string with, const X &, const Vecs &... vecs) -> DrawSpecs &Plot2Dinline
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
Plot2D()Plot2Dinline
repr() const -> std::string overridePlot2Dinlinevirtual
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
ztics() -> TicsSpecsMajor &Plotinline
zticsMajor() -> TicsSpecsMajor &Plotinline
zticsMinor() -> TicsSpecsMinor &Plotinline
~Plot()=defaultPlotvirtual