Re: [Matplotlib-users] Font problem saving [e]ps

2007-07-07 Thread Jouni K . Seppänen
"Giorgio F. Gilestro" <[EMAIL PROTECTED]> writes: > Another bug, though, comes with backend_pdf.py > The function embedPDF in the class PdfFile has a call to > encodings.cp1252.decoding_map[charcode] I believe this was fixed by Michael Droettboom in svn revision 3450. You can apply the patch to

Re: [Matplotlib-users] plotting a contour from dicrete data points

2007-07-07 Thread Jeff Whitaker
Viraj Vajratkar wrote: > > > On 7/3/07, *Jeff Whitaker* <[EMAIL PROTECTED] > > wrote: > > Michael Newman wrote: > > My understanding is the "contour" method only handles plots of > > functions, e.g. f(x,y) = z, and not discrete points. I tried looking > >

Re: [Matplotlib-users] plotting a contour from dicrete data points

2007-07-07 Thread Viraj Vajratkar
On 7/3/07, Jeff Whitaker <[EMAIL PROTECTED]> wrote: Michael Newman wrote: > My understanding is the "contour" method only handles plots of > functions, e.g. f(x,y) = z, and not discrete points. I tried looking > into this weeks ago, and couldn't find a way to handle discrete points. > > I'd love