3#include "core/utils/math/geometry/translation2d.h"
20 int num_samples,
double lower_bound,
double upper_bound, std::vector<vex::color> colors,
size_t num_series = 1
26 void add_samples(std::vector<Translation2d> sample);
33 void add_samples(std::vector<double> sample);
42 void draw(vex::brain::lcd &screen,
int x,
int y,
int width,
int height);
45 std::vector<std::vector<Translation2d>> series;
47 std::vector<vex::color> cols;
48 vex::color bgcol = vex::transparent;
52 bool auto_fit =
false;