Now adding y-axis controls for frequency domain plot.
[debian/gnuradio] / gr-qtgui / src / lib / SpectrumGUIClass.h
index 8c48475c978cea30cf1ae4c4c60858dfd4ed0bce..2bc5fb34c749d1cf748e5c5543d6554b4d9c2d19 100644 (file)
@@ -73,6 +73,7 @@ public:
   void SetTimeDomainAxis(double min, double max);
   void SetConstellationAxis(double xmin, double xmax,
                            double ymin, double ymax);
+  void SetFrequencyAxis(double min, double max);
 
 protected: