ShowSpecsOf.hpp
auto show(bool value=true) -> DerivedSpecs &
Set the visibility status of the plot element.
Definition: ShowSpecsOf.hpp:68
The class used to attach visibility options to a type.
Definition: ShowSpecsOf.hpp:36
auto isHidden() const -> bool
Return true if the underlying plot element is hidden.
Definition: ShowSpecsOf.hpp:81
auto repr() const -> std::string
Convert this ShowSpecsOf object into a gnuplot formatted string.
Definition: ShowSpecsOf.hpp:87
ShowSpecsOf()
Construct a default ShowSpecsOf instance.
Definition: ShowSpecsOf.hpp:62
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs,...
Definition: Specs.hpp:36
auto hide() -> DerivedSpecs &
Set the visibility status of the plot element as hidden.
Definition: ShowSpecsOf.hpp:75