Now adding y-axis controls for frequency domain plot.
[debian/gnuradio] / gr-qtgui / src / lib / FrequencyDisplayPlot.h
index 061ef6ef8412f3e63856cd7263b2129eade5ee55..31f2055b4a9aad38e7a947b546d59df49514f572 100644 (file)
@@ -39,6 +39,8 @@ public:
                                   
   virtual void replot();
 
+  void set_yaxis(double min, double max);
+
 public slots:
   void SetLowerIntensityLevel(const double);
   void SetUpperIntensityLevel(const double);