3#include "plotfigures/plotfigures.hpp"
4#include "plottypes/plottypes.hpp"
42 void setData(
const std::vector<std::vector<double>>& data2D);
48 void setData(
const std::vector<double>& data1D);
Here all the plot types e.g 2D, 3D, custom etc. are included.
Definition plottypes.hpp:9
Plot class for wxPlot. This class contains plot types and plot figures.
Definition plots.hpp:10
void setData(const std::vector< std::vector< double > > &data2D)
Set 2D data.
Definition plots.cpp:15
PlotFigure & getPlotFigures()
Return the reference of plot figure object.
Definition plots.cpp:6
void setWxPlotFigureType(const WXPLOT_FIGURE wxPlotFigure, const WXPLOT_TYPE wxPlotType)
Set the plot type selection and plot figure selection.
Definition plots.cpp:10
PlotTypes & getPlotTypes()
Return the reference of plot types object.
Definition plots.cpp:3