Changeset 4319 in ntrip
- Timestamp:
- Jun 23, 2012, 3:51:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/polarplot.cpp
r4318 r4319 107 107 setPlotBackground(Qt::white); 108 108 109 setAzimuthOrigin(M_PI/2.0); 110 109 111 // Scales 110 112 // ------ … … 113 115 114 116 setScale(QwtPolar::Azimuth, 115 azimuthInterval.m inValue(), azimuthInterval.maxValue(),117 azimuthInterval.maxValue(), azimuthInterval.minValue(), 116 118 azimuthInterval.width() / 12); 117 119
Note:
See TracChangeset
for help on using the changeset viewer.