22#include <scatter/plots/PlotBase.hpp>
58 BarPlot(
const std::string &label,
const std::vector<Point> &points);
107 std::vector<Point> points_;
109 std::unique_ptr<Options> options_;
113 typedef std::unique_ptr<BarPlot>
Ptr;
[brief description]
Definition BarPlotOptions.hpp:34
[brief description]
Definition BarPlot.hpp:35
BarPlot(const std::string &label, const std::vector< Point > &points)
[brief description]
BarPlot(const std::vector< Point > &points, const Options &options)
constructor
BarPlot(const std::string &label, const std::vector< Point > &points, const Options &options)
[brief description]
void render(Renderer &renderer, const Transform &transform)
render the BarPlot
Options * options()
[brief description]
virtual ~BarPlot()
destructor
std::unique_ptr< BarPlot > Ptr
convenience typedef
Definition BarPlot.hpp:113
double getYmax()
[brief description]
Legend::Entry getLegendEntry()
create LegendEntry
[brief description]
Definition PlotBase.hpp:36
[brief description]
Definition Renderer.hpp:38
[brief description]
Definition Legend.hpp:59