|
Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <conPlotTypes.hpp>
Public Member Functions | |
| template<typename... Params> | |
| BarOptions (Params... params) | |
Public Attributes | |
| std::string | title = "Bar" |
| Public Attributes inherited from steppable::graphing::LineOptionsBase | |
| 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. | |
|
inline |
| std::string steppable::graphing::BarOptions::title = "Bar" |