McIDAS User's Guide
Version 2015.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Plots a frequency distribution of MD file data.
MFPLOT parm file [keywords] "label
text label for the distribution plot; the double quote is mandatory (default=DISTRIBUTION) |
MFPLOT plots a frequency distribution of any key in the file. Use the MDL KEYS=LIST command to list the valid keys.
Specify the program keywords COLOR, LENGTH, NUMBER, XDIVIDE, XRANGE, YDIVIDE and YRANGE using the entire keyword name to avoid confusing them with keywords entered as schema search conditions.
If parm is used as a search condition keyword, the data is plotted in its specified units, and its minimum and maximum values are the defaults for keyword XRANGE. Otherwise, the units for the plot are the schema's default for parm, and the defaults for keyword XRANGE are parm's low and high values among all matching records.
Do not specify both the NUMBER and LENGTH keywords. If one is specified, the other is automatically calculated using these formulas:
Max and min are from the keyword XRANGE. For example, if the x-axis range is from 250 K to 300 K and NUMBER=10, then LENGTH=5 (each class interval includes 5 K). If LENGTH=2, then NUMBER=25.
Keywords XDIVIDE and YDIVIDE define the number of major and minor divisions on the graph. Minor defines the number of subdivisions for each major segment. Labels are placed at each major division.
MFPLOT T 5 TIME=12 "World Temperatures at 12 UTC
This entry plots a frequency distribution of 12 UTC temperatures in MD file 5. The data is plotted in the default units with the minimum and maximum values along the x-axis set to the low and high values among all matching records. The title World Temperatures at 12 UTC appears at the top of the plot.
MFPLOT SPD 2131 LENGTH=1 YDIVIDE=30 2 SPD=10 60 KT
This entry plots a frequency distribution of wind speeds between 10 and 60 knots in MD file 2131. The length of each class interval is 1 knot; the y-axis has 30 major divisions, each with 2 minor divisions.
MFPLOT P 19 XRANGE=100 300 MB LEV=TRO1 TIME=0 NUMBER=20 "Tropopause Heights
This entry plots a frequency distribution of 0 UTC tropopause heights between 100 and 300 mb in MD file 19. The length of each class interval is 10 mb.
MFPLOT TD 7 ROW=1 12 COL=1100 1600 COLOR=6
This entry plots a frequency distribution of dew point temperatures in graphics color level 6 using the data in rows 1 through 12 and columns 1100 through 1600 in MD file 7.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]