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 =
"");