|
From: Daπid <dav...@gm...> - 2010-10-04 10:15:59
|
On Mon, Oct 4, 2010 at 11:36 AM, nickj <nic...@gm...> wrote: > To better illustrate my problem, here is a screenshot with added red lines > pointing to the odd slicing I get around the > contours: http://www.bigoceans.com/slices.png A low-tech option is to plot first all the oceans in light color, then overplot the next color for all values (corresponding to that one an higher) and so on. For your performance issues, make sure you are not displaying the image, but saving it directly to disk. |