|
===================================================================================
feld=ter; ptyp=hc; cint=100; colr=red
feld=map; ptyp=hb
feld=tic; ptyp=hb
time=0
===================================================================================
- Field TERRAIN is plotted (feld=ter), as a
horizontal contour plot (ptyp=hc), contour intervals
are set to 100 (cint=100), and contours will
be plotted in red (colr=red)
- Overlaid is a map (feld=map), which is plotted
as a horizontal background plot (ptyp=hb)
- Overlaid is tic markings (feld=tic), which
is also plotted as a horizontal background plot (ptyp=hb)
- This frame will only be plotted for time=0
|
|
===================================================================================
feld=ter; ptyp=hc; cint=50; cmth=fill;
cosq=-1e-5,light.blue,1e-5,white,>
3000,brown
feld=map; ptyp=hb
feld=tic; ptyp=hb
time=0
===================================================================================
-
Field TERRAIN is plotted (feld=ter), as a
horizontal contour plot (ptyp=hc), contour
intervals are set to 50 (cint=50), the contouring
method is filling (cmth=fill), and colors will
be light blue for negative values and from white to
brown for positive values (cosq)
-
Overlaid is a map (feld=map), which is plotted
as a horizontal background plot (ptyp=hb)
-
Overlaid is tic markings (feld=tic), which
is also plotted as a horizontal background plot (ptyp=hb)
-
This frame will only be plotted for time=0
|
|
|