22#include <scatter/plots/PlotBase.hpp>
80 std::vector<Point> points_;
82 std::unique_ptr<Options> options_;
86 using Ptr = std::unique_ptr<ScatterPlot>;
[brief description]
Definition PlotBase.hpp:36
[brief description]
Definition Renderer.hpp:38
[brief description]
Definition ScatterPlotOptions.hpp:34
Definition ScatterPlot.hpp:35
std::unique_ptr< ScatterPlot > Ptr
typedef
Definition ScatterPlot.hpp:86
Options * options()
[brief description]
ScatterPlot(const std::string &label, const std::vector< Point > &points, const Options &options)
[brief description]
virtual ~ScatterPlot()
destructor
Legend::Entry getLegendEntry()
create LegendEntry
void render(Renderer &renderer, const Transform &transform)
[brief description]
[brief description]
Definition Legend.hpp:59