Re: [Matplotlib-users] TypeError: instancemethod expected at least 2 arguments, got 0

2011-10-10 Thread Michael Droettboom
How does one reproduce this? Mike On 10/09/2011 04:32 AM, Nils Wagner wrote: > File > "/home/nwagner/local/lib64/python2.6/site-packages/matplotlib/backends/backend_qt4.py", > line 463, in edit_parameters > figureoptions.figure_edit(axes, self) > File > "/home/nwagner/local/lib64/py

Re: [Matplotlib-users] Basemap shapelib change from 1.0.1 to 1.0.2

2011-10-10 Thread Jeff Whitaker
On 10/9/11 6:38 AM, Filipe Pires Alvarenga Fernandes wrote: > On Thu, Oct 6, 2011 at 14:50, Jeff Whitaker wrote: >> On 9/29/11 9:44 AM, Filipe Pires Alvarenga Fernandes wrote: >>> Hi I noticed that Basemap 1.0.2 will replace the old pyshapelib with >>> the pure python shapelib.py. However, that di

Re: [Matplotlib-users] Setting boxplot confidence intervals manually

2011-10-10 Thread Benjamin Root
On Fri, Oct 7, 2011 at 3:40 PM, Paul Hobson wrote: > Hey folks, > > I'm working on a patch to axes.boxplot that will allow the user to > manually specify the median and confidence intervals (notches) on a > boxplot. My need for this arises since I compute the notch locations > using the BCa-metho

Re: [Matplotlib-users] Using otf fonts in matplotlib

2011-10-10 Thread Michael Droettboom
Using anything but the CM and STIX fonts in mathtext ultimately leads to a world of pain and I consider it "unsupported", because there are custom tweaks to get the alignment working that end up being missing. However, if you really want to try it you can set the following rcParams: mathtext

Re: [Matplotlib-users] Using otf fonts in matplotlib

2011-10-10 Thread Andreas H.
>> I would like to use .otf fonts for typesetting text (axes, titles, >> labels, >> legends, ...) in matplotlib. Is this possible? If yes, how? > Yes. Put the font somewhere in your font search path. (Where that > would be depends on your platform, but for user-local fonts, use > "~/.fonts" on Li

Re: [Matplotlib-users] Using otf fonts in matplotlib

2011-10-10 Thread Michael Droettboom
On 10/10/2011 08:25 AM, Andreas H. wrote: > Hi, > > I would like to use .otf fonts for typesetting text (axes, titles, labels, > legends, ...) in matplotlib. Is this possible? If yes, how? Yes. Put the font somewhere in your font search path. (Where that would be depends on your platform, but fo

[Matplotlib-users] Using otf fonts in matplotlib

2011-10-10 Thread Andreas H.
Hi, I would like to use .otf fonts for typesetting text (axes, titles, labels, legends, ...) in matplotlib. Is this possible? If yes, how? If not directly, perhaps via XeTeX? Cheers, Andreas. -- All the data continuousl