GridSpecs.hpp
auto yticsMajorLeft() -> GridSpecsBase &
Return the specifications of the grid lines along major ytics on the left axis.
Definition: GridSpecs.hpp:67
auto ztics() -> GridSpecsBase &
Return the specifications of the grid lines along major ztics.
Definition: GridSpecs.hpp:49
The class used to specify options for grid lines along axis tics (major or minor).
Definition: GridSpecsBase.hpp:39
auto show(bool value=true) -> GridSpecsBase &
Set the visibility status of the plot element.
Definition: ShowSpecsOf.hpp:68
auto xtics() -> GridSpecsBase &
Return the specifications of the grid lines along major xtics on the bottom axis.
Definition: GridSpecs.hpp:43
auto xticsMajorTop() -> GridSpecsBase &
Return the specifications of the grid lines along major xtics on the top axis.
Definition: GridSpecs.hpp:58
GridSpecs()
Construct a default GridSpecs instance.
Definition: GridSpecs.hpp:113
auto xticsMinorTop() -> GridSpecsBase &
Return the specifications of the grid lines along minor xtics on the top axis.
Definition: GridSpecs.hpp:64
auto zticsMajor() -> GridSpecsBase &
Return the specifications of the grid lines along major ztics.
Definition: GridSpecs.hpp:79
auto xticsMajorBottom() -> GridSpecsBase &
Return the specifications of the grid lines along major xtics on the bottom axis.
Definition: GridSpecs.hpp:55
auto rtics() -> GridSpecsBase &
Return the specifications of the grid lines along major rtics.
Definition: GridSpecs.hpp:52
auto repr() const -> std::string
Convert this GridSpecsBase object into a gnuplot formatted string.
Definition: GridSpecsBase.hpp:66
auto repr() const -> std::string
Convert this GridSpecs object into a gnuplot formatted string.
Definition: GridSpecs.hpp:120
auto rticsMinor() -> GridSpecsBase &
Return the specifications of the grid lines along minor rtics.
Definition: GridSpecs.hpp:88
auto back() -> GridSpecsBase &
Set the underlying plot element to be displayed on the back of all plot elements.
Definition: DepthSpecsOf.hpp:77
auto xticsMinorBottom() -> GridSpecsBase &
Return the specifications of the grid lines along minor xtics on the bottom axis.
Definition: GridSpecs.hpp:61
auto zticsMinor() -> GridSpecsBase &
Return the specifications of the grid lines along minor ztics.
Definition: GridSpecs.hpp:82
GridSpecsBase(std::string tics="", bool majortics=true)
Construct a default GridSpecsBase instance.
Definition: GridSpecsBase.hpp:55
auto yticsMinorLeft() -> GridSpecsBase &
Return the specifications of the grid lines along minor ytics on the left axis.
Definition: GridSpecs.hpp:73
auto ytics() -> GridSpecsBase &
Return the specifications of the grid lines along major ytics on the left axis.
Definition: GridSpecs.hpp:46
auto yticsMajorRight() -> GridSpecsBase &
Return the specifications of the grid lines along major ytics on the right axis.
Definition: GridSpecs.hpp:70
auto rticsMajor() -> GridSpecsBase &
Return the specifications of the grid lines along minor rtics.
Definition: GridSpecs.hpp:85
auto yticsMinorRight() -> GridSpecsBase &
Return the specifications of the grid lines along minor ytics on the right axis.
Definition: GridSpecs.hpp:76