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 cla
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
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
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
> Hello,
>
> I'm trying to change the font size for the tick labels. I've tried both
> setting it explicitly when creating the lab
Hello,
I'm trying to change the font size for the tick labels. I've tried both
setting it explicitly when creating the labels:
ax2.set_xticklabel(['%d' % x for x in arange(10)], fontsize=10)
or after:
for label in ax2.get_xticklabels():
label.set_fontsize(8)
but the rendering is unaf
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 consid
On 26 October 2013 09:02, Nils Wagner wrote:
> The problem persists in master.
>
>
>
> On Fri, Aug 30, 2013 at 7:39 PM, Nils Wagner wrote:
>
>> You are right.
>> The first one fails, the second works for me.
>>
>>
>> Nils
>>
>>
>>
>> On Fri, Aug 30, 2013 at 7:20 PM, Michael Droettboom wrote:
>>
>
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] : The function `CGContextErase' is obsolete and will be
removed in an