[Matplotlib-users] How to make clipping work with basemap and contourf

2012-10-29 Thread Daryl Herzmann
Hi, I've been attempting to get basemap to clip a contourf display. I have not had any luck! Attached is a self contained example. Could somebody kindly point out what I am doing wrong!?! If I remove the zorder settings, I get no data plotted! The goal is to clip my contourf plots by

Re: [Matplotlib-users] rasterized colorbar

2012-10-29 Thread Jody Klymak
On Oct 28, 2012, at 17:47 PM, Eric Firing efir...@hawaii.edu wrote: cb = colorbar() cb.solids.set_rasterized(True) Great! Though I think it'd have taken me a while to figure that one out! Thanks, Jody -- Jody Klymak http://web.uvic.ca/~jklymak/

Re: [Matplotlib-users] rasterized colorbar

2012-10-29 Thread Mike Kaufman
On 10/29/12 1:08 PM, Jody Klymak wrote: On Oct 28, 2012, at 17:47 PM, Eric Firing efir...@hawaii.edu wrote: cb = colorbar() cb.solids.set_rasterized(True) Great! Though I think it'd have taken me a while to figure that one out! I gotta agree. Is this (and the solids object) documented

[Matplotlib-users] Type 1 fonts with log graphs

2012-10-29 Thread Brandon Heller
Hi, I'm trying to use Matplotlib graphs as part of a camera-ready submission, and the publishing house requires the use of Type 1 fonts only. I'm finding that the PDF backend happily outputs Type-1 fonts for simple graphs with linear Y axes, but outputs Type-3 fonts for logarithmic Y axes.