Opening up the time domain and constellations plots a bit and adding accessor functio...
[debian/gnuradio] / gr-qtgui / src / lib / ConstellationDisplayPlot.h
index d7604ea84535ddaf74c6b63f8f335a9e7495dabc..20de2164ab9e028f79b2bc778e827f801eaffe71 100644 (file)
@@ -25,6 +25,11 @@ public:
     
   virtual void replot();
 
+  void set_xaxis(double min, double max);
+  void set_yaxis(double min, double max);
+  void set_axis(double xmin, double xmax,
+               double ymin, double ymax);
+
 protected slots:
   void LegendEntryChecked(QwtPlotItem *plotItem, bool on);