NCL Home>
Application examples>
gsn_csm graphical interfaces ||
Data files for some examples
conwomap_1.ncl:
Default black and white contour plot. You automatically get a contour
information label (cnInfoLabelOn).
conwomap_2.ncl:
Changes the aspect ratio using vpWidthF and vpHeightF to better match the coordinates.
conwomap_5.ncl:
Demonstrates how to change the Y axis to a logarithmic axis, by
setting the special resource gsnYAxisIrregular2Linear to True.
Example pages containing:
tidbits |
resources |
functions/procedures
Contours without maps
These examples demonstrate the use of gsn_csm_contour.
conwomap_1.ncl:
Default black and white contour plot. You automatically get a contour
information label (cnInfoLabelOn).
conwomap_2.ncl:
Changes the aspect ratio using vpWidthF and vpHeightF to better match the coordinates.
Creates color-filled contours using cnFillOn.
conwomap_5.ncl:
Demonstrates how to change the Y axis to a logarithmic axis, by
setting the special resource gsnYAxisIrregular2Linear to True.

