Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <conPlotTypes.hpp>
Public Attributes | |
std::string | title = "Graph" |
Title of the graph. | |
std::string | xAxisTitle = "X Axis Title" |
Title of the x axis. | |
std::string | yAxisTitle = "Y Axis Title" |
Title of the y axis. | |
long long | width = 30 |
Width of the graph. | |
long long | height = 20 |
Height of the graph. | |
long long | xTickSpacing = 10 |
Spacing between each x axis tick. | |
long long | yTickSpacing = 5 |
Spacing between each y axis tick. | |
Number | xMin = -1 |
Minimum x value. | |
Number | xMax = 1 |
Maximum x value. |
long long steppable::graphing::GraphOptionsBase::height = 20 |
Height of the graph.
std::string steppable::graphing::GraphOptionsBase::title = "Graph" |
Title of the graph.
long long steppable::graphing::GraphOptionsBase::width = 30 |
Width of the graph.
std::string steppable::graphing::GraphOptionsBase::xAxisTitle = "X Axis Title" |
Title of the x axis.
Number steppable::graphing::GraphOptionsBase::xMax = 1 |
Maximum x value.
Number steppable::graphing::GraphOptionsBase::xMin = -1 |
Minimum x value.
long long steppable::graphing::GraphOptionsBase::xTickSpacing = 10 |
Spacing between each x axis tick.
std::string steppable::graphing::GraphOptionsBase::yAxisTitle = "Y Axis Title" |
Title of the y axis.
long long steppable::graphing::GraphOptionsBase::yTickSpacing = 5 |
Spacing between each y axis tick.