3#include "proportional/proportional.hpp"
4#include "histogram/histogram.hpp"
5#include "../../plottools/plottools.hpp"
14 WXPLOT_TYPE wxPlotType = WXPLOT_TYPE_LINE;
38 void setTitle(
const wxString& title);
56 void setTicks(
const unsigned int ticks);
62 void gridOn(
const bool useGrid);
148 void setData(
const std::vector<std::vector<double>>& data2D);
154 void setData(
const std::vector<double>& data1D);
160 void legendOn(
const bool useLegend);
167 void setLegend(
const std::vector<wxString>& legend,
const PLACEMENT legendPosition = PLACEMENT_NORTH_EAST);
180 void setYlim(
const double minY,
const double maxY);
Histogram class. Inheritance from class Proportional.
Definition histogram.hpp:13
Proportional class. Do the most work in all 2D plot figures.
Definition proportional.hpp:12