TicsSpecsMinor.hpp
The class used to specify options for minor tics of a specific axis.
Definition: TicsSpecsMinor.hpp:41
auto repr() const -> std::string
Convert this TicsSpecsMinor object into a gnuplot formatted string.
Definition: TicsSpecsMinor.hpp:85
The class used to attach visibility options to a type.
Definition: ShowSpecsOf.hpp:36
auto isHidden() const -> bool
Return true if the underlying plot element is hidden.
Definition: ShowSpecsOf.hpp:81
auto automatic() -> TicsSpecsMinor &
Set the number of minor tics between major tics to be identified automatically.
Definition: TicsSpecsMinor.hpp:72
auto number(int value) -> TicsSpecsMinor &
Set the number of minor tics between major tics.
Definition: TicsSpecsMinor.hpp:78
TicsSpecsMinor(std::string axis)
Construct a default TicsSpecsMinor instance.
Definition: TicsSpecsMinor.hpp:63