BorderSpecs.hpp
auto top() -> BorderSpecs &
Activate the top border edge on the xy plane for a 2d plot.
Definition: BorderSpecs.hpp:147
auto topRightFront() -> BorderSpecs &
Activate the border edge on the top xy plane going from the right corder to front corner in a 3d pers...
Definition: BorderSpecs.hpp:225
auto bottomRightFront() -> BorderSpecs &
Activate the border edge on the bottom xy plane going from the right corner to front corner in a 3d p...
Definition: BorderSpecs.hpp:171
auto backVertical() -> BorderSpecs &
Activate the back vertical border edge in a 3d perspective.
Definition: BorderSpecs.hpp:189
auto bottomRightBack() -> BorderSpecs &
Activate the border edge on the bottom xy plane going from the right corder to back corner in a 3d pe...
Definition: BorderSpecs.hpp:177
auto lineWidth(int value) -> BorderSpecs &
Set the line width of the underlying line object.
Definition: LineSpecsOf.hpp:101
The class used to attach depth options to a type.
Definition: DepthSpecsOf.hpp:36
auto none() -> BorderSpecs &
Set all border edges to inactive. Methods none and clear have identical effect.
Definition: BorderSpecs.hpp:130
auto lineColor(std::string value) -> BorderSpecs &
Set the line color of the underlying line object.
Definition: LineSpecsOf.hpp:108
auto frontVertical() -> BorderSpecs &
Activate the front vertical border edge in a 3d perspective.
Definition: BorderSpecs.hpp:201
auto front() -> BorderSpecs &
Set the underlying plot element to be displayed on the front of all plot elements.
Definition: DepthSpecsOf.hpp:70
auto left() -> BorderSpecs &
Activate the left border edge on the xy plane for a 2d plot.
Definition: BorderSpecs.hpp:141
auto lineType(int value) -> BorderSpecs &
Set the line type of the underlying line object.
Definition: LineSpecsOf.hpp:94
auto bottom() -> BorderSpecs &
Activate the bottom border edge on the xy plane for a 2d plot.
Definition: BorderSpecs.hpp:135
auto bottomLeftBack() -> BorderSpecs &
Activate the border edge on the bottom xy plane going from the left corder to back corner in a 3d per...
Definition: BorderSpecs.hpp:165
auto leftVertical() -> BorderSpecs &
Activate the left vertical border edge in a 3d perspective.
Definition: BorderSpecs.hpp:183
auto repr() const -> std::string
Convert this BorderSpecs object into a gnuplot formatted string.
Definition: BorderSpecs.hpp:237
auto topLeftBack() -> BorderSpecs &
Activate the border edge on the top xy plane going from the left corner to back corner in a 3d perspe...
Definition: BorderSpecs.hpp:207
auto polar() -> BorderSpecs &
Set the border for polar plot.
Definition: BorderSpecs.hpp:231
auto right() -> BorderSpecs &
Activate the right border edge on the xy plane for a 2d plot.
Definition: BorderSpecs.hpp:153
auto bottomLeftFront() -> BorderSpecs &
Activate the border edge on the bottom xy plane going from the left corner to front corner in a 3d pe...
Definition: BorderSpecs.hpp:159
auto clear() -> BorderSpecs &
Remove all border edges from a 2d or 3d plot.
Definition: BorderSpecs.hpp:124
The class used to specify options for plot border.
Definition: BorderSpecs.hpp:41
auto rightVertical() -> BorderSpecs &
Activate the right vertical border edge in a 3d perspective.
Definition: BorderSpecs.hpp:195
BorderSpecs()
Construct a default border instance.
Definition: BorderSpecs.hpp:114
auto topRightBack() -> BorderSpecs &
Activate the border edge on the top xy plane going from the right corder to back corner in a 3d persp...
Definition: BorderSpecs.hpp:213
auto topLeftFront() -> BorderSpecs &
Activate the border edge on the top xy plane going from the left corner to front corner in a 3d persp...
Definition: BorderSpecs.hpp:219