Hi Erik,

Sorry for the delay. From just looking at the diff I would say it's a
great addition. I'll test tomorrow and push it if it works (which I
assume it does).

Cheers,
Reinier

On Tue, Jul 27, 2010 at 2:55 AM, Erik Tollerud <erik.tolle...@gmail.com> wrote:
> Just a quick ping about this - did it get applied, or was there
> something wrong with it? (Or am I just too impatient?)
>
> On Mon, Jul 19, 2010 at 4:26 AM, Erik Tollerud <erik.tolle...@gmail.com> 
> wrote:
>> I noticed some odd behavior when trying to set ticks on 3d plots made
>> using mplot3d.Axes3D ... specifically, if you tries to access any of
>> the 3D axes and change the ticks, it would result in a plot all
>> squashed to one side (indicating some sort of projection problem).
>> After a bit of digging, I discovered the source of the problem:
>> axis.XAxis, the base of the 3D Axis class, calls set_view_interval,
>> which is not overridden in mplot3d.axis3d.Axis, causing the wrong
>> interval to get the range assigned when ticks were added.  So the
>> solution was to implement set_view_interval on the 3D Axis.  That fix
>> is attached as a diff against the current svn in mpl3d-ticks-fix.diff
>> .  Now setting ticks seems to work just fine, so I've included another
>> diff that additionally implements set_?ticks3d and get_?ticks3d
>> methods for Axes3D - that's attached as
>> mpl3d-ticks-fix-add-methods.diff .
>>
>> --
>> Erik Tollerud
>>
>
>
>
> --
> Erik Tollerud
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://ad.doubleclick.net/clk;226879339;13503038;l?
> http://clk.atdmt.com/CRS/go/247765532/direct/01/
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>



-- 
Reinier Heeres
Tel: +31 6 10852639

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to