From: Darren D. <dd...@co...> - 2006-03-21 22:17:32
|
On Tuesday 21 March 2006 15:43, Jeff Whitaker wrote: > Jeff Whitaker wrote: > > I've noticed two problems with the postscript backend with today's > > svn. Running the basemap examples and saving to an eps or ps file: > > > > 1) dotted lines (the meridians and parallels on the basemap) show up > > as solid > > > > 2) line and text colors are wrong - if a contour plot is created, any > > lines or text that are then plotted after that show up with the same > > color as the end of the colormap (blue for a red-->blue colormap). > > > > I'll try to build a concise example that shows this later on today. > > > > -Jeff > > contourf_demo.py illustrates these problems - just run it and save the > output to a postscript file. This is fixed as of svn 2202. However, the transform is not being passed to draw_lines, and so the method works as if the old API were being used. Is this a bug? Shouldn't the transform be provided to draw_lines when using the new API? |