On Wed, Jan 5, 2011 at 11:21 AM, John Hunter wrote:
>
>
> On Wed, Jan 5, 2011 at 11:17 AM, John Hunter wrote:
>
>>
>>
>> Very strange -- this is what I am doing for a clean build and install.
>> Can't see where I am going wrong...
>> I'm also having the same problem on two platofrms (python2.4 s
On Wed, Jan 5, 2011 at 11:17 AM, John Hunter wrote:
>
>
> Very strange -- this is what I am doing for a clean build and install.
> Can't see where I am going wrong...
> I'm also having the same problem on two platofrms (python2.4 solaris,
> python2.6 linux)
>
>
> jdhun...@uqbar:mpl1> rm -rf build
On Wed, Jan 5, 2011 at 10:44 AM, Benjamin Root wrote:
> On Wed, Jan 5, 2011 at 10:41 AM, John Hunter wrote:
>
>>
>>
>> On Wed, Jan 5, 2011 at 10:38 AM, John Hunter wrote:
>>
>>>
>>> I tried the naive fix in lines.py
>>>
>>> def set_axes(self, ax):
>>> Artist.set_axes(self, ax)
>>>
On Wed, Jan 5, 2011 at 10:41 AM, John Hunter wrote:
>
>
> On Wed, Jan 5, 2011 at 10:38 AM, John Hunter wrote:
>
>>
>> I tried the naive fix in lines.py
>>
>> def set_axes(self, ax):
>> Artist.set_axes(self, ax)
>> if getattr(ax, 'xaxis', None):
>> self._xcid = ax.
On Wed, Jan 5, 2011 at 10:38 AM, John Hunter wrote:
>
> I tried the naive fix in lines.py
>
> def set_axes(self, ax):
> Artist.set_axes(self, ax)
> if getattr(ax, 'xaxis', None):
> self._xcid = ax.xaxis.callbacks.connect('units',
> self.recache_always)
> if
This appears to have escaped my tests :-(
All of the 3d examples are failing on the 1.0.1 branch -- can anyone
replicate this?
jo...@udesktop253:mplot3d> python subplot3d_demo.py
Traceback (most recent call last):
File "subplot3d_demo.py", line 14, in ?
ax = fig.add_subplot(1, 2, 1, project