Changeset 4359 in ntrip
- Timestamp:
- Jun 24, 2012, 7:40:38 PM (12 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/polarplot.cpp
r4356 r4359 84 84 curve->setScaleInterval(_scaleInterval); 85 85 curve->setStyle(QwtPolarCurve::NoCurve); // draw only symbols 86 curve->setSymbol(new QwtSymbol(QwtSymbol::Ellipse, 87 QBrush(Qt::red), QPen(Qt::red), 88 QSize(3, 3))); 86 curve->setSymbol(new QwtSymbol(QwtSymbol::Ellipse, QBrush(Qt::red), 87 QPen(Qt::red), QSize(2, 2))); 89 88 t_polarData* polarData = new t_polarData(data); 90 89 curve->setData(polarData); -
trunk/BNC/src/rinex/reqcanalyze.cpp
r4357 r4359 106 106 } 107 107 if (maxMP > SLIPTRESH) { 108 maxMP = SLIPTRESH; 108 109 } 109 110 110 111 QwtInterval scaleInterval(0.0, maxMP);111 /// QwtInterval scaleInterval(0.0, maxMP); 112 QwtInterval scaleInterval(0.0, 1.0); 112 113 113 114 t_polarPlot* plotMP1 = new t_polarPlot(QwtText("MP1"), scaleInterval,
Note:
See TracChangeset
for help on using the changeset viewer.