NCL Home>
Application examples>
Plot techniques ||
Data files for some examples
2dvertcoords_1.ncl: The first
frame shows the data on the original grid. The second frame shows
the data linearized with a log-lin plot.
2dvertcoords_2.ncl: This
example shows how to generate a cell fill plot by setting
res@cnFillMode = "CellFill",
and outline the cell edges so that you can see the original grid that
the data are on.
Example pages containing: tidbits | resources | functions/procedures
Data with 2D vertical coordinates
The examples on this page can also be used for terrain-following plots.
This usually involves 2D arrays that represent the X,Y locations
of your data.
2dvertcoords_1.ncl: The first
frame shows the data on the original grid. The second frame shows
the data linearized with a log-lin plot.
2dvertcoords_2.ncl: This
example shows how to generate a cell fill plot by setting
res@cnFillMode = "CellFill",
and outline the cell edges so that you can see the original grid that
the data are on.