Return to Ferret FAQ


Graphics: working with `go fland''


Question:

How can I get `go fland' to fill the same region as the data?

Example:

yes? set data coads_climatology
yes? shade/x=-20:340 sst[l=1]
yes? go fland

[Output Graphic]

Explanation:

The coverage issue arises because the ETOPO data sets are (presently) organized as 20E to 20E. If you do not explicitly set the longitude region, `go fland' will default to the ETOPO default region, not that of your data.

This typically happens in one of two ways:

Either set of commands above results in incorrect output.

Solution:

The solution is to be explicit in the longitude region.


Last modified: Nov 6, 1996