OffsetSpecsOf.hpp
auto shiftAlongY(double chars) -> DerivedSpecs &
Shift the underlying plot element along the y direction by given number of characters (can be fractio...
Definition: OffsetSpecsOf.hpp:88
auto shiftAlongX(double chars) -> DerivedSpecs &
Shift the underlying plot element along the x direction by given number of characters (can be fractio...
Definition: OffsetSpecsOf.hpp:81
auto shiftAlongScreenY(double val) -> DerivedSpecs &
Shift the underlying plot element along the y direction within the screen coordinate system.
Definition: OffsetSpecsOf.hpp:116
auto repr() const -> std::string
Convert this OffsetSpecsOf object into a gnuplot formatted string.
Definition: OffsetSpecsOf.hpp:123
OffsetSpecsOf()
Construct a default OffsetSpecsOf instance.
Definition: OffsetSpecsOf.hpp:76
The class used to attach offset options to a type.
Definition: OffsetSpecsOf.hpp:38
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs,...
Definition: Specs.hpp:36
auto shiftAlongScreenX(double val) -> DerivedSpecs &
Shift the underlying plot element along the x direction within the screen coordinate system.
Definition: OffsetSpecsOf.hpp:109
auto shiftAlongGraphX(double val) -> DerivedSpecs &
Shift the underlying plot element along the x direction within the graph coordinate system.
Definition: OffsetSpecsOf.hpp:95
auto shiftAlongGraphY(double val) -> DerivedSpecs &
Shift the underlying plot element along the y direction within the graph coordinate system.
Definition: OffsetSpecsOf.hpp:102