TicsSpecsMinor Class Reference
The class used to specify options for minor tics of a specific axis. More...
#include <TicsSpecsMinor.hpp>
Inheritance diagram for TicsSpecsMinor:
Collaboration diagram for TicsSpecsMinor:
Public Member Functions | |
TicsSpecsMinor (std::string axis) | |
Construct a default TicsSpecsMinor instance. | |
auto | automatic () -> TicsSpecsMinor & |
Set the number of minor tics between major tics to be identified automatically. | |
auto | number (int value) -> TicsSpecsMinor & |
Set the number of minor tics between major tics. | |
auto | repr () const -> std::string |
Convert this TicsSpecsMinor object into a gnuplot formatted string. | |
Public Member Functions inherited from ShowSpecsOf< TicsSpecsMinor > | |
ShowSpecsOf () | |
Construct a default ShowSpecsOf instance. | |
auto | show (bool value=true) -> TicsSpecsMinor & |
Set the visibility status of the plot element. | |
auto | hide () -> TicsSpecsMinor & |
Set the visibility status of the plot element as hidden. | |
auto | isHidden () const -> bool |
Return true if the underlying plot element is hidden. | |
auto | repr () const -> std::string |
Convert this ShowSpecsOf object into a gnuplot formatted string. | |
Public Member Functions inherited from Specs< TicsSpecsMinor > | |
virtual | ~Specs ()=default |
Pure virtual destructor (this class is an abstract base class). | |
operator std::string () const | |
Return a string representation of this object of some class that derives from specs. | |
auto | derived () -> TicsSpecsMinor & |
Return a reference to the specs object of class derived from this. | |
auto | derived () const -> const TicsSpecsMinor & |
Return a const reference to the specs object of class derived from this. | |
Detailed Description
The class used to specify options for minor tics of a specific axis.
The documentation for this class was generated from the following file:
- sciplot/specs/TicsSpecsMinor.hpp