Data::Plot class full member list
Functions
- Plot()
- PlotData & add_plot_data(const Set &data, const Io::Rgb &color = [...], const std::string &label = [...], PlotStyleMask style = [...])
- void add_plot_data(PlotData &data)
- void draw(Io::RendererViewport &r)
- void erase_plot_data()
- void fit_axes_range()
- Io::RendererAxes & get_axes()
- const Io::RendererAxes & get_axes() const
- unsigned int get_dimensions() const
- unsigned int get_plot_count() const
- PlotData & get_plot_data(unsigned int index)
- const PlotData & get_plot_data(unsigned int index) const
- const std::string & get_title() const
- Math::range_t get_x_data_range(unsigned int dimension = [...]) const
- bool get_xy_swap() const
- Math::range_t get_y_data_range() const
- void set_color(const Io::Rgb &color)
- void set_different_colors()
- void set_style(PlotStyleMask style)
- void set_title(const std::string &title)
- void set_xy_swap(bool doswap)