TitleSpecsOf.hpp
auto titleShiftAlongGraphY(double val) -> DerivedSpecs &
Shift the title element along the y direction within the graph coordinate system.
Definition: TitleSpecsOf.hpp:126
auto textColor(std::string color) -> DerivedSpecs &
Set the color of the text (e.g., "blue", "#404040")
Definition: TextSpecsOf.hpp:75
auto titleShiftAlongY(double chars) -> DerivedSpecs &
Shift the title element along the y direction by given number of characters (can be fraction).
Definition: TitleSpecsOf.hpp:112
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
The class used to attach title options to a type.
Definition: TitleSpecsOf.hpp:39
auto fontSize(std::size_t size) -> DerivedSpecs &
Set the point size of the font (e.g., 10, 12, 16).
Definition: FontSpecsOf.hpp:74
auto title(std::string title) -> DerivedSpecs &
Set the text of the title.
Definition: TitleSpecsOf.hpp:98
auto titleShiftAlongGraphX(double val) -> DerivedSpecs &
Shift the title element along the x direction within the graph coordinate system.
Definition: TitleSpecsOf.hpp:119
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
auto repr() const -> std::string
Convert this TextSpecsOf object into a gnuplot formatted string.
Definition: TextSpecsOf.hpp:89
auto titleShiftAlongX(double chars) -> DerivedSpecs &
Shift the title element along the x direction by given number of characters (can be fraction).
Definition: TitleSpecsOf.hpp:105
auto titleShiftAlongScreenY(double val) -> DerivedSpecs &
Shift the title element along the y direction within the screen coordinate system.
Definition: TitleSpecsOf.hpp:140
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs,...
Definition: Specs.hpp:36
auto fontName(std::string name) -> DerivedSpecs &
Set the name of the font (e.g., Helvetica, Georgia, Times).
Definition: FontSpecsOf.hpp:67
auto titleTextColor(std::string color) -> DerivedSpecs &
Set the color of the title text (e.g., "blue", "#404040")
Definition: TitleSpecsOf.hpp:147
auto repr() const -> std::string
Convert this TitleSpecsOf object into a gnuplot formatted string.
Definition: TitleSpecsOf.hpp:168
auto shiftAlongScreenX(double val) -> DerivedSpecs &
Shift the underlying plot element along the x direction within the screen coordinate system.
Definition: OffsetSpecsOf.hpp:109
TitleSpecsOf()
Construct a default TitleSpecsOf instance.
Definition: TitleSpecsOf.hpp:92
auto shiftAlongGraphX(double val) -> DerivedSpecs &
Shift the underlying plot element along the x direction within the graph coordinate system.
Definition: OffsetSpecsOf.hpp:95
auto titleShiftAlongScreenX(double val) -> DerivedSpecs &
Shift the title element along the x direction within the screen coordinate system.
Definition: TitleSpecsOf.hpp:133
auto shiftAlongGraphY(double val) -> DerivedSpecs &
Shift the underlying plot element along the y direction within the graph coordinate system.
Definition: OffsetSpecsOf.hpp:102
auto titleFontSize(int size) -> DerivedSpecs &
Set the font point size of the title text (e.g., 10, 12, 16).
Definition: TitleSpecsOf.hpp:161
auto titleFontName(std::string name) -> DerivedSpecs &
Set the font name of the title text (e.g., Helvetica, Georgia, Times).
Definition: TitleSpecsOf.hpp:154