HistogramStyleSpecs.hpp
auto repr() const -> std::string
Convert this HistogramStyleSpecs object into a gnuplot formatted string.
Definition: HistogramStyleSpecs.hpp:128
auto rowStacked() -> HistogramStyleSpecs &
Set the histogram style to be stacked with groups formed using data along rows.
Definition: HistogramStyleSpecs.hpp:96
auto errorBarsWithLineWidth(double value) -> HistogramStyleSpecs &
Set the histogram style to be with error bars and also set its line width.
Definition: HistogramStyleSpecs.hpp:121
auto columnStacked() -> HistogramStyleSpecs &
Set the histogram style to be stacked with groups formed using data along columns.
Definition: HistogramStyleSpecs.hpp:102
auto errorBars() -> HistogramStyleSpecs &
Set the histogram style to be with error bars.
Definition: HistogramStyleSpecs.hpp:108
The class used to specify histogram style options.
Definition: HistogramStyleSpecs.hpp:36
HistogramStyleSpecs()
Construct a default HistogramStyleSpecs instance.
Definition: HistogramStyleSpecs.hpp:79
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs,...
Definition: Specs.hpp:36
auto clustered() -> HistogramStyleSpecs &
Set the histogram style to be clustered.
Definition: HistogramStyleSpecs.hpp:83
auto clusteredWithGap(double value) -> HistogramStyleSpecs &
Set the histogram style to be clustered with a given gap size.
Definition: HistogramStyleSpecs.hpp:89
auto errorBarsWithGap(double value) -> HistogramStyleSpecs &
Set the histogram style to be with error bars and also set its gap size.
Definition: HistogramStyleSpecs.hpp:114