Home | What is NCARG | Getting started | Examples | Documentation | Download | Support | What's new | Search
There are hundreds of NCAR Graphics examples available. Once you download and install NCAR Graphics, you can see a list of all the examples by running the ncargex script:
ncargex -A -listYou can also get a list of all the examples associated with a particular package. To do this, type:
ncargex -xxxx -listwhere xxxx is the name of a package. For example:
ncargex -conpackt -list ncargex -vectors -list ncargex -natgrid -listThen, to copy, compile, and run one of these examples, type:
ncargex xxxxwhere xxxx is the name of one of the examples. For example:
ncargex cpex08See the section "Five quick steps for creating and viewing your plot" in the NCAR Graphics Fundamentals for more information on generating examples or writing your own NCAR Graphics programs.
agex06.f | agex07.f | agex11.f | agex12.f |
Contour plot examples (part of the Conpack
package)
cpex03.f cpexcc.f | cpex04.f cpexcc.f | cpex08.f cpexcc.f | cpex10.f cpexcc.f | cpex15.f | cpex16.f cpex16.dat |
Contour, Vector, and Streamline Triangular mesh examples (part of
the Conpackt and Vaspackt
packages)
ctcbay.f | ctiscp.f | ctorca.f |
vtex01.f | vtex02.f | vtex03.f |
Vector plot examples (part of the Vectors
package)
fcover.f |
Streamline plot examples (part of the Streamlines
package)
ffex03.f |
Ngmath examples (part of the Ngmath package)
csex04.f | cssex02.f | dsex02.f | ftex01.f | nnex07.f | shex01.f |
Map plot examples (part of the Ezmap package)
mpex05.f mpexcc.f | mpex11.f | mpex11.f** | mpex13.f*** |
** - Modify mpex11.f and change
"Earth..2" to "Earth..3" to get a similar plot.
*** - This example requires that you have the RANGS/GSHHS database installed.
Three-dimensional plot examples (part of the Tdpack package)
tdex02.f | tdex04.f | c_tdex01.c | tdex07.f | tdex08.f |
Weather map examples (part of the Wmap package)
wmex06.f | wmex09.f | wmex11.f | wmex14.f |
Surface plot examples (part of the Surface
package)
srex01.f |
Histogram examples (part of the deprecated Histgr package)
thstgr.f |
Annotation examples (part of the Plotchar
package)
epltch.f |
GKS examples (part of the GKS package)
pgkex02.f | pgkex06.f | pgkex07.f | pgkex10.f | pgkex17.f | pgkex18.f |
Scrolled title examples (part of the Stitle package)
slex02.f |
Grid examples (part of the Gridal package)
tgrida.f |
Miscellaneous examples (color manipulation, logos)
coex02.f | coex03.f | miex01.f |
See "Color tables and color mapping systems" for information on manipulating color tables in NCAR Graphics.