21 #include <QApplication>
25 #include <qwt_plot_curve.h>
26 #include <qwt_plot_grid.h>
27 #include <qwt_plot_marker.h>
28 #include <qwt_symbol.h>
39 std::vector<float> axis_x,
40 std::vector<float> axis_y,
41 std::vector<float>* x,
42 std::vector<float>* y,
52 std::string d_label_x, d_label_y;
53 std::vector<float> d_axis_x, d_axis_y;
54 std::vector<float>*d_x, *d_y;
59 std::vector<QwtPlotMarker*> d_marker;
Definition: scatter_plot.h:34
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)
Definition: crop_matrix_vcvc.h:28