3#include "core/utils/math/geometry/translation2d.h"
18 GraphDrawer(
int num_samples,
double lower_bound,
double upper_bound, std::vector<vex::color> colors,
19 size_t num_series = 1);
24 void add_samples(std::vector<Translation2d> sample);
31 void add_samples(std::vector<double> sample);
40 void draw(vex::brain::lcd &screen,
int x,
int y,
int width,
int height);
43 std::vector<std::vector<Translation2d>> series;
45 std::vector<vex::color> cols;
46 vex::color bgcol = vex::transparent;
50 bool auto_fit =
false;