Changeset 4685 in ntrip
- Timestamp:
- Sep 9, 2012, 12:02:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/dopplot.cpp
r4684 r4685 75 75 setAxisTitle(QwtPlot::yRight, "PDOP"); 76 76 setAxisScale(QwtPlot::yLeft, 0, 20); 77 setAxisScale(QwtPlot::yRight, 0, 10);77 setAxisScale(QwtPlot::yRight, 0, 6); 78 78 79 79 // Legend … … 90 90 curveNumSat->setYAxis(QwtPlot::yLeft); 91 91 curveNumSat->setSamples(obsStat->_mjdX24, obsStat->_numSat); 92 curveNumSat->setPen(QPen(Qt::blue)); 92 93 curveNumSat->attach(this); 93 94 … … 96 97 curvePDOP->setYAxis(QwtPlot::yRight); 97 98 curvePDOP->setSamples(obsStat->_mjdX24, obsStat->_PDOP); 99 curvePDOP->setPen(QPen(Qt::red)); 98 100 curvePDOP->attach(this); 99 101 }
Note:
See TracChangeset
for help on using the changeset viewer.