[Matplotlib-users] OS X Mavericks: CGContextErase warning

2013-10-28 Thread Bedartha Goswami
I installed OS X Mavericks a few days ago and I am running Mapllotlib Version 1.3.1. Everything works fine except that I get a warning every time i use the pyplot.show() command. here is what it looks like: Python[27325] Error: The function `CGContextErase' is obsolete and will be removed

Re: [Matplotlib-users] Build failure

2013-10-28 Thread Ian Thomas
On 26 October 2013 09:02, Nils Wagner nils...@googlemail.com wrote: The problem persists in master. On Fri, Aug 30, 2013 at 7:39 PM, Nils Wagner nils...@googlemail.comwrote: You are right. The first one fails, the second works for me. Nils On Fri, Aug 30, 2013 at 7:20 PM, Michael

[Matplotlib-users] Setting default labelpad

2013-10-28 Thread Peter St. John
Hi Matplotlib-users, I found it was useful to be able to change the default 'Axis.labelpad' parameter, since this value didn't scale when changing the default figure size (in my opinion its easier to prepare figures for publication assuming they'll need to fit in a 1-column figure). I don't

Re: [Matplotlib-users] Setting the tick label font size

2013-10-28 Thread Oliver
Hi Daniele, not sure, but it seems to work for me. Did you do a plt.draw() or plt.show() to reflect the changes? Kind regards, Oliver 2013/10/28 Daniele Nicolodi dani...@grinta.net Hello, I'm trying to change the font size for the tick labels. I've tried both setting it explicitly when

Re: [Matplotlib-users] Setting the tick label font size

2013-10-28 Thread Daniele Nicolodi
On 28/10/2013 23:30, Oliver wrote: Hi Daniele, not sure, but it seems to work for me. Did you do a plt.draw() or plt.show() to reflect the changes? Hello, it investigated this a bit further and the problem presents itself only when I use `mpl_toolkits.axisartist.Axes`. Here is a minimum

Re: [Matplotlib-users] Setting the tick label font size

2013-10-28 Thread Daniele Nicolodi
On 29/10/2013 00:17, Sterling Smith wrote: While your example tries to be self contained, which is great!, there is no difference between these two conditions... if BUG: ax1 = host_subplot(111, axes_class=Axes) else: ax1 = host_subplot(111, axes_class=Axes) Ops, obvious mistake.

Re: [Matplotlib-users] Setting the tick label font size

2013-10-28 Thread Ryan Nelson
Daniele, I noticed the same problem with the Qt backend. However, I was looking at the documentation on the AxesGrid webpage here: http://matplotlib.org/mpl_toolkits/axes_grid/users/overview.html And I see the following warning: axes_grid and axisartist (but not axes_grid1) uses a custom Axes