
NCL > Application examples > Basic examples
Labelbar example 2
How to create a labelbar with the default colormap
This example demonstrates how to create a labelbar using the default colormap. This example was generated using HLU C and HLU FORTRAN library calls and NCL. The names of the example codes that create this plot are lb02n.ncl, lb02c.c and lb02f.f.
Discussion
This module demonstrates how to create a LabelBar object using the default colormap with solid fill. The available resources for this example are listed in a resource file called lb02.res.A detailed discussion of how this example works appears in its source code.
Creating the plot using HLU C library calls
The HLU C program that generates this plot is called lb02c.c.
Creating the plot using HLU FORTRAN library calls
The HLU FORTRAN program that generates this plot is called lb02f.f.
Creating the plot using NCL
The NCL script that generates this plot is called lb02n.ncl.
The data
This plot does not use any external data.
How to run this example
This example can be created using a C program (lb02c.c), a FORTRAN program (lb02f.f), or an NCL script (lb02n.ncl). The examples are installed in the following locations:
- $NCARG_ROOT/lib/ncarg/hluex/labelbar/lb02c.c
- $NCARG_ROOT/lib/ncarg/hluex/labelbar/lb02f.f
- $NCARG_ROOT/lib/ncarg/nclex/labelbar/lb02n.ncl