From: Eric F. <ef...@ha...> - 2006-12-31 20:53:18
|
Jeff Whitaker wrote: > # reverse sign of data, so contours won't be dashed. > cs = m.contour(x, y, -topoin, [1000, 2000], colors='r') You can also use rcParams['contour.negative_linestyle'] = 'solid' to tell contour not to make monochrome negative contours dashed. Eric |