22 #ifndef INCLUDED_RADAR_QTGUI_SCATTER_PLOT_H 23 #define INCLUDED_RADAR_QTGUI_SCATTER_PLOT_H 25 #include <gnuradio/block.h> 51 typedef boost::shared_ptr<qtgui_scatter_plot>
sptr;
61 static sptr make(
int interval,
64 std::vector<float> axis_x,
65 std::vector<float> axis_y,
66 std::string label =
"");
This block displays a scatter plot of two data sets. The identifiers (symbols) are given with label_x...
Definition: qtgui_scatter_plot.h:48
Definition: crop_matrix_vcvc.h:28
boost::shared_ptr< qtgui_scatter_plot > sptr
Definition: qtgui_scatter_plot.h:51
#define RADAR_API
Definition: api.h:31