cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::utils::plot_t Member List

This is the complete list of members for toolbox::utils::plot_t, including all inherited members.

add_line_series(const std::vector< double > &xs, const std::vector< double > &ys, color_t color=color_t::DEFAULT, style_t style=style_t::STAR)toolbox::utils::plot_t
add_scatter_series(const std::vector< double > &xs, const std::vector< double > &ys, color_t color=color_t::DEFAULT, style_t style=style_t::DOT)toolbox::utils::plot_t
axis_scale_t enum nametoolbox::utils::plot_t
enable_axis_grid(bool enable=true, color_t color=color_t::WHITE)toolbox::utils::plot_t
enable_global_grid(bool enable=true, color_t color=color_t::CYAN)toolbox::utils::plot_t
render(size_t width=60, size_t height=20) consttoolbox::utils::plot_t
set_title(std::string title)toolbox::utils::plot_t
set_x_axis(axis_scale_t scale=axis_scale_t::LINEAR, std::string label="")toolbox::utils::plot_t
set_y_axis(axis_scale_t scale=axis_scale_t::LINEAR, std::string label="")toolbox::utils::plot_t
style_t enum nametoolbox::utils::plot_t