32 #include <boost/numeric/ublas/matrix.hpp>
33 #include <boost/numeric/ublas/vector.hpp>
34 namespace ublas = boost::numeric::ublas;
48 GtkWidget *scroll_window,
62 int num_display_samples;
67 bool continue_plotting;
72 std::vector<std::string> labels;
73 std::vector<bool> enabled;
76 static void CB_ChangeNumSamples(GtkWidget *, gpointer);
77 static void CB_ChangeZoom(GtkWidget *, gpointer);
94 void setLabels(std::vector<std::string> labels);
103 void Plot(ublas::matrix<double> data);