21 #include <QApplication>
25 #include <qwt_plot_grid.h>
26 #include <qwt_plot_curve.h>
27 #include <qwt_symbol.h>
28 #include <qwt_plot_marker.h>
38 scatter_plot(
int interval, std::vector<float> axis_x, std::vector<float> axis_y, std::vector<float>* x, std::vector<float>* y, std::string label_x, std::string label_y,
bool* xy_read, std::string label,
44 std::string d_label_x, d_label_y;
45 std::vector<float> d_axis_x, d_axis_y;
46 std::vector<float>* d_x, *d_y;
51 std::vector<QwtPlotMarker*> d_marker;
Definition: scatter_plot.h:33
void resizeEvent(QResizeEvent *event)
scatter_plot(int interval, std::vector< float > axis_x, std::vector< float > axis_y, std::vector< float > *x, std::vector< float > *y, std::string label_x, std::string label_y, bool *xy_read, std::string label, QWidget *parent=0)