Re: [Matplotlib-users] Example showing differences between Mac O$ and Windows use

2014-03-13 Thread Jeroen Hegeman
Hi Christophe, This is (I think) a known limitation of the OS X backend. One way around this is to use another backend. Which backends are available depends on how your matplotlib was built. (And unfortunately I don’t know how to figure out which ones are available, apart from trying.) In my ca

Re: [Matplotlib-users] Example showing differences between Mac O$ and Windows use

2014-03-13 Thread Jeroen Hegeman
is an interactive Tkinter wrapper around the Agg backend. > > > On Thu, Mar 13, 2014 at 9:53 AM, Jeroen Hegeman > wrote: > Hi Christophe, > > This is (I think) a known limitation of the OS X backend. One way around this > is to use another backend. Which backends are ava

[Matplotlib-users] Size of an OffsetImage when saving as PDF?

2012-12-06 Thread Jeroen Hegeman
Dear Matplotlibers, I'm trying to insert a logo image (from PNG) in the top left corner of my axes. I'm doing this by reading the logo using read_png() and inserting it as an OffsetImage in an AnnotationBox. When saving the figure as PNG everything is based on pixel sizes and I know how to scal