Re: [Matplotlib-users] font always the same in PNG

2008-04-24 Thread Paul Smith
Michael Droettboom <[EMAIL PROTECTED]> writes: > > Paul Smith wrote: > > Hi Michael, > > > > I put in the rc line you suggested below into fonts_demo.py but didn't see it > > print any extra info (but did confirm in ipython that rcParams showed > &g

Re: [Matplotlib-users] font always the same in PNG

2008-04-24 Thread Paul Smith
of stuff related to font lookup. Attach > the output here and I'll have a look at it to try to figure out what may > be going wrong. > > Cheers, > Mike > > Paul Smith wrote: > > Hi all, > > > > I've been trying in vain to get a better font

[Matplotlib-users] font always the same in PNG

2008-04-23 Thread Paul Smith
Hi all, I've been trying in vain to get a better font on a plot than the fixed width serif one that always appears. I've got lib-freetype6 installed (on Ubuntu server), and ran fc-cache after. The .matplotlib/ttfont.cache contains entries for the Free* fonts. The fonts themselves are in /usr/s

[Matplotlib-users] Transparent plot symbols

2008-04-15 Thread Paul Smith
Hi, I can't find a way to plot marker symbols that have a transparent face colour, so I can see the contour plot that's under them. Setting alpha affects the edge colour as well. Any suggestions? Paul - This SF.net email is

[Matplotlib-users] Double zooming with twinx

2008-04-07 Thread Paul Smith
I'm plotting two curves in one subplot with twinx to allow different y scales. The script below is an example. When zooming in using zoom-to-rect on Tk's navigation toolbar2 (TkAgg is my backend) I think the x axis part of the zoom is happening twice. Rubberbanding the example from x=20 to 80 r

[Matplotlib-users] wx apps and matplotlib plots, are they friends?

2007-06-22 Thread Paul Smith
: WinXP, Python 2.5, matplotlib 0.90.1, wxPython 2.8.0.1, ipython 0.8.2 Paul Smith Systems Engineer CAT Underground Mining Technology Ph: +61 (0)3 9853 4050 Fax: +61 (0)3 9853 4955 - This SF.net email is sponsored by D

[Matplotlib-users] Patch rotation and placement in normalised coords

2007-05-17 Thread Paul Smith
e to illustrate it yet. Also is there a way to use normalised coordinates rather than data for positioning patches? I'd like it to appear in the same place (lower right) without having to adjust if the plot scaling changes.