|
Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <conPlotTypes.hpp>
Public Attributes | |
| std::string_view | lineDot = GraphDot::BLOCK |
| Dot type to be drawn on screen. | |
| ColorFunc | lineColor = colors::green |
| Color of the dot to output. | |
| std::string | title = "Line" |
| Name of the line to be shown in the legend. | |
| ColorFunc steppable::graphing::LineOptionsBase::lineColor = colors::green |
Color of the dot to output.
| std::string_view steppable::graphing::LineOptionsBase::lineDot = GraphDot::BLOCK |
Dot type to be drawn on screen.
| std::string steppable::graphing::LineOptionsBase::title = "Line" |
Name of the line to be shown in the legend.