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