22#include <scatter/Options.hpp>
23#include <scatter/plots/PlotBase.hpp>
79 std::vector<std::vector<double>> values_;
81 std::unique_ptr<Options> options_;
85 using Ptr = std::unique_ptr<BoxPlot>;
[brief description]
Definition BoxPlotOptions.hpp:34
[brief description]
Definition BoxPlot.hpp:33
Legend::Entry getLegendEntry()
create LegendEntry
Options * options()
[brief description]
std::unique_ptr< BoxPlot > Ptr
typedef
Definition BoxPlot.hpp:85
virtual ~BoxPlot()
[brief description]
BoxPlot(const std::string &label, const std::vector< std::vector< double > > &values, const Options &options)
[brief description]
void render(Renderer &renderer, const Transform &transform)
[brief description]
[brief description]
Definition PlotBase.hpp:36
[brief description]
Definition Renderer.hpp:38
[brief description]
Definition Legend.hpp:59