Re: [Matplotlib-users] legend is not properly drawn when a plot is saved in 'pdf' format

2008-04-24 Thread Michael Droettboom
I don't suspect another distro will make a difference. The bug is in matplotlib's Cairo backend (it's interface to Cairo), not in Cairo itself. Change your backend to PDF and you can avoid this bug. In the meantime, we'll need to fix the Cairo backend in matplotlib. Sorry I wasn't clearer

Re: [Matplotlib-users] legend is not properly drawn when a plot is saved in 'pdf' format

2008-04-23 Thread Michael Droettboom
This bug seems to be Cairo-backend specific. The Python PDF backend seems to work fine. Most likely a problem in the Cairo backend and not Cairo itself, but I haven't dug any further. Cheers, Mike Joshua Lippai wrote: I just tested it on OS X using the wxAgg backend, and it appears to be