Return to Ferret FAQ


Split Z axis plots.


Question:

How can I make a plot in which the vertical axis is split into
two scale factors?  (With surface waters magnified for instance).

Example:

[Output Graphic]

Solution:

The split_z.jnl script produces the desired plot - a plot in which the vertical axis is split into two scale factors so that near-surface waters are "magnified" relative to the water at depth. The substance of this script was provided by Joachim Dengg (jcd@splash.Princeton.EDU).

Note that this script will not work in a viewport since it uses viewports.

You can reproduce the grapic above with:

yes? SET DATA levitus_climatology
yes? SET WINDOW/ASPECT=1
yes? go split_z FILL "/lev=(0,4,.5)(0,30,2)" "temp[X=160W,Y=45S:45N]" 0 500 4000 0.4


Last modified: Nov 6, 1996