22 #ifndef INCLUDED_RADAR_QTGUI_SCATTER_PLOT_H
23 #define INCLUDED_RADAR_QTGUI_SCATTER_PLOT_H
26 #include <gnuradio/block.h>
47 typedef boost::shared_ptr<qtgui_scatter_plot>
sptr;
57 static sptr make(
int interval, std::string label_x, std::string label_y, std::vector<float> axis_x, std::vector<float> axis_y, 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:44
boost::shared_ptr< qtgui_scatter_plot > sptr
Definition: qtgui_scatter_plot.h:47
#define RADAR_API
Definition: api.h:30