diff options
author | Tom Rondeau <trondeau@vt.edu> | 2010-05-09 13:06:20 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2010-05-09 13:06:20 -0400 |
commit | 19550b1be84c96eb92b24c88847e1b0d024b366c (patch) | |
tree | 05768fd8af3ae06b09676d1c9dcf56ea30f32360 /gr-qtgui/src/lib/ConstellationDisplayPlot.cc | |
parent | 7488244b24a52e6b1a51bcbdb0077e70554c6731 (diff) |
Updating zoom and axis across plots for consistent zoom levels and behavior.
Diffstat (limited to 'gr-qtgui/src/lib/ConstellationDisplayPlot.cc')
-rw-r--r-- | gr-qtgui/src/lib/ConstellationDisplayPlot.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-qtgui/src/lib/ConstellationDisplayPlot.cc b/gr-qtgui/src/lib/ConstellationDisplayPlot.cc index 9d2cb385d0..e8e6288f5b 100644 --- a/gr-qtgui/src/lib/ConstellationDisplayPlot.cc +++ b/gr-qtgui/src/lib/ConstellationDisplayPlot.cc @@ -56,12 +56,10 @@ ConstellationDisplayPlot::ConstellationDisplayPlot(QWidget* parent) canvas()->setPalette(palette); setAxisScaleEngine(QwtPlot::xBottom, new QwtLinearScaleEngine); - //setAxisScale(QwtPlot::xBottom, -1.0, 1.0); set_xaxis(-2.0, 2.0); setAxisTitle(QwtPlot::xBottom, "In-phase"); setAxisScaleEngine(QwtPlot::yLeft, new QwtLinearScaleEngine); - //setAxisScale(QwtPlot::yLeft, -1.0, 1.0); set_yaxis(-2.0, 2.0); setAxisTitle(QwtPlot::yLeft, "Quadrature"); |