[Matplotlib-users] inset_axes and polar plots

2010-11-29 Thread Pascal Horton
Hi everybody, I'm trying to insert polar axes into another axis. I need to place many windrose-like plots (bar plots in a polar axis) inside an xy plot. I need them to move while panning the xy plot. To do so, I tried with inset_axes, but I cannot force the new axis to be polar. Or is there a bet

[Matplotlib-users] adding a "number of minor tick marks between major tick marks" feature

2010-11-29 Thread Matthew W. Priddy
Matplotlib developers, I really like using matplotlib to create quality plots, and it seems to have an option for just about everything. However, one thing that is not easy to change is the location of minor tick marks. To set major tick mark locations, one can simply use the "xticks" command

Re: [Matplotlib-users] display each images from a directory

2010-11-29 Thread Benjamin Root
On Mon, Nov 29, 2010 at 1:48 PM, Massimo Di Stefano < massimodisa...@gmail.com> wrote: > Hello All, > > i'm tring to write python code to display images from a directory .. but > i'm not able to learn how to use the matplotlib events > to handle how the images will be displaied. > > simpli i need

[Matplotlib-users] display each images from a directory

2010-11-29 Thread Massimo Di Stefano
Hello All, i'm tring to write python code to display images from a directory .. but i'm not able to learn how to use the matplotlib events to handle how the images will be displaied. simpli i need to pass to the code the path to directory where i have several tiff files and disply them one at t

Re: [Matplotlib-users] small bugfix in font_manager.py

2010-11-29 Thread Michael Droettboom
On 11/29/2010 10:52 AM, Daniel Hyams wrote: Just out of curiosity, is anyone using the fontconfig way of mapping fonts? I turned it on one day, but the immediate problem was that no mathtext worked any more; so I turned it back off. Any mathtext in titles, labels, etc. just rendered as a much

Re: [Matplotlib-users] small bugfix in font_manager.py

2010-11-29 Thread Daniel Hyams
Just out of curiosity, is anyone using the fontconfig way of mapping fonts? I turned it on one day, but the immediate problem was that no mathtext worked any more; so I turned it back off. Any mathtext in titles, labels, etc. just rendered as a much of seemingly random letters. And I'll tack a s

Re: [Matplotlib-users] report a problem on importing pylab OR pyplot error

2010-11-29 Thread Michael Droettboom
I think you may have an .afm font file on your system that the AFM parser in matplotlib is having trouble with. Can you use the debugger to figure out what the value of "fpath" is on line 578 of font_manager.py is in the traceback below? Then we could figure out what the difficult file is. Mi

Re: [Matplotlib-users] small bugfix in font_manager.py

2010-11-29 Thread Michael Droettboom
The fontManager is essentially a replacement for what fontconfig provides on many platforms -- so it's intended that the fontManager doesn't exist if the user opts to use fontconfig. However, that's still an "experimental" option because it hasn't been formally tested on many platforms, and, a

Re: [Matplotlib-users] display multi languages in a string.

2010-11-29 Thread Michael Droettboom
That is correct. Matplotlib doesn't have font substitution support -- it only ever uses a single font for each text object. You will need to use separate text objects to do this kind of multi-lingual text, unless you can find a single font with all of the glyphs. Mike On 11/24/2010 10:19 PM

[Matplotlib-users] colorbar() ticklabel color

2010-11-29 Thread Amit Finkler
Hi, I am trying to produce a pcolor figure with a black background using pylab.figure(facecolor = 'black') Consequently, I need to change the tick colors and xlabel and ylabel colors to white using pylab.xlabel('whatever is on the xlabel', color = 'white', fontsize = 14) pylab.ylab