TicsSpecsBaseOf.hpp
40 class TicsSpecsBaseOf : public TextSpecsOf<DerivedSpecs>, public OffsetSpecsOf<DerivedSpecs>, public ShowSpecsOf<DerivedSpecs>
auto scaleMinorBy(double value) -> DerivedSpecs &
Set the scale for the minor tics.
Definition: TicsSpecsBaseOf.hpp:188
auto outsideGraph() -> DerivedSpecs &
Set the tics to be displayed outside the graph.
Definition: TicsSpecsBaseOf.hpp:168
auto scaleMajorBy(double value) -> DerivedSpecs &
Set the scale for the major tics.
Definition: TicsSpecsBaseOf.hpp:181
TicsSpecsBaseOf()
Construct a default TicsSpecsBaseOf instance.
Definition: TicsSpecsBaseOf.hpp:115
auto scaleBy(double value) -> DerivedSpecs &
Set the scale for the major tics (identical to method scaleMajorBy).
Definition: TicsSpecsBaseOf.hpp:175
auto show(bool value=true) -> DerivedSpecs &
Set the visibility status of the plot element.
Definition: ShowSpecsOf.hpp:68
The class used to attach visibility options to a type.
Definition: ShowSpecsOf.hpp:36
The class used to attach common tic options to a type that also specifies tic options.
Definition: TicsSpecsBaseOf.hpp:41
auto repr() const -> std::string
Convert this TicsSpecsBaseOf object into a gnuplot formatted string.
Definition: TicsSpecsBaseOf.hpp:209
auto rotate(bool value=true) -> DerivedSpecs &
Set the tics to be rotated by 90 degrees if true.
Definition: TicsSpecsBaseOf.hpp:147
auto alongBorder() -> DerivedSpecs &
Set the tics to be displayed along the border.
Definition: TicsSpecsBaseOf.hpp:133
auto rotateBy(double degrees) -> DerivedSpecs &
Set the tics to be rotated by given degrees.
Definition: TicsSpecsBaseOf.hpp:154
auto mirror(bool value=true) -> DerivedSpecs &
Set the tics to be mirrored on the opposite border if true.
Definition: TicsSpecsBaseOf.hpp:140
auto logscale(int base=10) -> DerivedSpecs &
Set logarithmic scale with base for an axis.
Definition: TicsSpecsBaseOf.hpp:202
auto repr() const -> std::string
Convert this ShowSpecsOf object into a gnuplot formatted string.
Definition: ShowSpecsOf.hpp:87
auto format(std::string fmt) -> DerivedSpecs &
Set the format of the tics using a format expression ("%.2f")
Definition: TicsSpecsBaseOf.hpp:195
The class used to attach offset options to a type.
Definition: OffsetSpecsOf.hpp:38
auto alongAxis() -> DerivedSpecs &
Set the tics to be displayed along the axis.
Definition: TicsSpecsBaseOf.hpp:126
auto insideGraph() -> DerivedSpecs &
Set the tics to be displayed inside the graph.
Definition: TicsSpecsBaseOf.hpp:161