FuncSketch
Loading...
Searching...
No Matches
func_sketch::plotter::AxisTicks Struct Reference

Struct to represent ticks of axes. More...

#include <func_sketch/plotter/axis_ticks.h>

Collaboration diagram for func_sketch::plotter::AxisTicks:

Public Attributes

std::vector< Realvalues
 Tick values in real numbers.
std::vector< std::string > strings
 Tick strings.

Detailed Description

Struct to represent ticks of axes.

Definition at line 34 of file axis_ticks.h.

Member Data Documentation

◆ values

std::vector<Real> func_sketch::plotter::AxisTicks::values

Tick values in real numbers.

Definition at line 36 of file axis_ticks.h.

◆ strings

std::vector<std::string> func_sketch::plotter::AxisTicks::strings

Tick strings.

Definition at line 39 of file axis_ticks.h.


The documentation for this struct was generated from the following file: