
NCL Home >
Documentation >
Functions >
Lat/Lon functions
plt_pdfxy
Creates a nice plot of the joint probability array created by the pdfxy function.
Available in version 5.1.1 and later.
Prototype
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl" ; These four libraries are automatically load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" ; loaded from NCL V6.4.0 onward. load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" ; No need for user to explicitly load. load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl" function plt_pdfxy ( wks [1] : graphic, p [*][*] : numeric, res [1] : logical ) return_val [1] : type "graphic"
Arguments
wksWorkstation identifier.
pArray returned by the pdfxy function.
resVariable to which graphic contour resources are associated.
Return value
Create a contour plot which does not truncate around the boundaries.
Description
Creates an array that has a buffer on all sides.
See Also
Examples
For an application example, see:
- See the Probability Distribution Functions Example 6.