|
FuncSketch
|
Struct to represent ticks of axes. More...
#include <func_sketch/plotter/axis_ticks.h>
Public Attributes | |
| std::vector< Real > | values |
| Tick values in real numbers. | |
| std::vector< std::string > | strings |
| Tick strings. | |
Struct to represent ticks of axes.
Definition at line 34 of file axis_ticks.h.
| std::vector<Real> func_sketch::plotter::AxisTicks::values |
Tick values in real numbers.
Definition at line 36 of file axis_ticks.h.
| std::vector<std::string> func_sketch::plotter::AxisTicks::strings |
Tick strings.
Definition at line 39 of file axis_ticks.h.