This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Christian Page <address@hidden> >Organization: Universite du Quebec a Montreal >Keywords: 200109060800.f8680j120055 McIDAS-X SFCMG Christian, >There is one potential bug in sfcmg.c (line 1809): > > elem = pan_left + 3; > line = can_top + ((can_bottom - can_top) / 2) + height + 4; > ok = McDrawText ("TD[F]", 0, color, height, line, elem, "BEG", "HOR", 2, 0); > > elem = pan_right - 3; > ok = McDrawText ("TD[C]", 0, color, height, line, elem, "END", "HOR", 2, 0); > >TD[F] is always written to the left, assuming that Amercian units are always >on the left and Metric to the right. I must be missing something. What is the potential bug? The temperature, dew point, altimeter or sea level pressure, and cloud level time series are always plotted with American units on the left and Metric units on the right side. The only part of the meteorogram that changes between unit conventions is the visibility which is plotted as numerical values. What am I missing in your comment? Tom