23 #ifndef CONSTELLATION_DISPLAY_PLOT_H
24 #define CONSTELLATION_DISPLAY_PLOT_H
43 void plotNewData(
const std::vector<double*> realDataPoints,
44 const std::vector<double*> imagDataPoints,
46 const double timeInterval);
50 const double* imagDataPoints,
52 const double timeInterval);
58 void set_axis(
double xmin,
double xmax,
59 double ymin,
double ymax);
66 void _autoScale(
double bottom,
double top);
68 std::vector<double*> d_real_data;
69 std::vector<double*> d_imag_data;