29namespace func_sketch::plotter {
51 std::size_t approx_num_ticks,
AxisTicks& ticks);
void generate_axis_ticks(const std::pair< Real, Real > &range, std::size_t approx_num_ticks, AxisTicks &ticks)
Generate ticks of axes.
Definitions of common types.
Struct to represent ticks of axes.
std::vector< std::string > strings
Tick strings.
std::vector< Real > values
Tick values in real numbers.