Re: [Matplotlib-users] Watermarking figures/axes

2008-03-06 Thread Jouni . Seppanen
"Anthony Floyd" <[EMAIL PROTECTED]> writes: > I would like to 'watermark' a plot. That is, display an image 'under' > several lines. [...] I've tried using figure.figimage, but that only > draws the watermark 'outside' the plot area. Fair enough. The background of the axes object is called a "fra

Re: [Matplotlib-users] Major Issue with 0.91.2 and Python-2.5

2008-03-11 Thread Jouni . Seppanen
Rich Shepard <[EMAIL PROTECTED]> writes: > On Tue, 11 Mar 2008, Michael Droettboom wrote: >> I would first try to track down which font file it is, and then send it to >> me >> off list and I'll have a look at what might be tripping up matplotlib. > > I'm not sure that I know which font file is

Re: [Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-22 Thread Jouni . Seppanen
Alex Coventry <[EMAIL PROTECTED]> writes: > I'm trying to use some matplotlib-generated pdfs in a pdflatex document, > and seeing some extremely weird and disruptive size effects. Could you be more specific about what the problem seems to be? I looked at your pdf files, and it looks like pdflat

Re: [Matplotlib-users] can any windows 0.91.2 user reproduce

2008-03-25 Thread Jouni . Seppanen
Michael Droettboom <[EMAIL PROTECTED]> writes: > All the magic happens in "convert_ttf_to_ps", which is C code, called > from backend_ps.py. I'd start by seeing if that function is even > called, and if not, why... One possible source of platform-specific issues is cbook.get_realpath_and_stat,

Re: [Matplotlib-users] draw_tex NotImplementedError in backend_bases.py

2008-03-26 Thread Jouni . Seppanen
"Ryan Krauss" <[EMAIL PROTECTED]> writes: > /usr/lib/python2.5/site-packages/matplotlib/backends/backend_wx.py in > draw_if_interactive() This means you are using the Wx backend, which doesn't implement usetex. Try WxAgg instead. -- Jouni K. Seppänen http://www.iki.fi/jks