5#include "../line/line.hpp"
15 bool fillCircle =
false;
37 void draw(wxDC& dc,
const std::vector<double>& xData,
const std::vector<double>& yData,
const unsigned int colourIndex)
override;
Line class. Does the most of the things in 2D.
Definition line.hpp:10
Scatter class. Inheritance from class Line.
Definition scatter.hpp:11
void fillCircles(const bool fillCircle)
Fill circles if radius is applied if circiles are going to be filled with the same colour as they are...
Definition scatter.cpp:8
void setRadius(const wxCoord radius)
Set radius. Most used for circles e.g filling scatter plots.
Definition scatter.cpp:5
void draw(wxDC &dc, const std::vector< double > &xData, const std::vector< double > &yData, const unsigned int colourIndex) override
Draw the scatter plot inside the rectangle.
Definition scatter.cpp:12