#  This macro sets up display for labeling contours

# reset graphic display to raster only
graphics 

# change the viewed area to a full resolution view of the upper lt. corner
view full 0 100000

# add dispaly of un-labeled lines (highlighted) and labeled lines (normal)
graphics +n25 +h26 

# done.
