AxisLabelSpecs.hpp
auto rotateAxisParallel() -> AxisLabelSpecs &
Specify that the axis label should be rotated to be in parallel to the corresponding axis (for 3D plo...
Definition: AxisLabelSpecs.hpp:85
The specifications for an axis label (e.g., xlabel, ylabel, etc.)
Definition: AxisLabelSpecs.hpp:37
auto rotateNone() -> AxisLabelSpecs &
Specify that the axis label should not be rotated.
Definition: AxisLabelSpecs.hpp:91
auto text(std::string text) -> AxisLabelSpecs &
Set the text of the axis label.
Definition: AxisLabelSpecs.hpp:73
auto repr() const -> std::string
Convert this AxisLabelSpecs object into a gnuplot formatted string.
Definition: AxisLabelSpecs.hpp:97
AxisLabelSpecs(std::string axis)
Construct a default AxisLabelSpecs instance.
Definition: AxisLabelSpecs.hpp:68
auto rotateBy(int degrees) -> AxisLabelSpecs &
Specify that the axis label should be rotated by a given angle in degrees.
Definition: AxisLabelSpecs.hpp:79