22#ifndef INCLUDED_RADAR_QTGUI_SCATTER_PLOT_H
23#define INCLUDED_RADAR_QTGUI_SCATTER_PLOT_H
25#include <gnuradio/block.h>
51 typedef std::shared_ptr<qtgui_scatter_plot>
sptr;
64 std::vector<float> axis_x,
65 std::vector<float> axis_y,
66 std::string label =
"");
#define RADAR_API
Definition api.h:31
This block displays a scatter plot of two data sets. The identifiers (symbols) are given with label_x...
Definition qtgui_scatter_plot.h:49
std::shared_ptr< qtgui_scatter_plot > sptr
Definition qtgui_scatter_plot.h:51
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="")
Return a shared_ptr to a new instance of radar::qtgui_scatter_plot.
Definition crop_matrix_vcvc.h:28