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