cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::utils::plot_t::series_t Struct Reference

#include <plot.hpp>

Public Attributes

std::vector< double > xs
 
std::vector< double > ys
 
color_t color {color_t::DEFAULT}
 
bool line {true}
 
style_t style {style_t::STAR}
 

Member Data Documentation

◆ color

color_t toolbox::utils::plot_t::series_t::color {color_t::DEFAULT}

◆ line

bool toolbox::utils::plot_t::series_t::line {true}

◆ style

style_t toolbox::utils::plot_t::series_t::style {style_t::STAR}

◆ xs

std::vector<double> toolbox::utils::plot_t::series_t::xs

◆ ys

std::vector<double> toolbox::utils::plot_t::series_t::ys

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