(Arne Babenhauserheide)
2016-06-08: use paired colormap to better show the problem use paired colormap to better show the problem
diff --git a/examples/d20world.w b/examples/d20world.w --- a/examples/d20world.w +++ b/examples/d20world.w @@ -399,7 +399,7 @@ lons, lats = pl.meshgrid(range(-nx/2, nx range(-ny/2, ny/2 + ny%2)) x, y = m(lons, lats) -m.pcolormesh(x, y, arr) +m.pcolormesh(x, y, arr, cmap=pl.get_cmap('Paired')) pl.colorbar() pl.show() " port