On Tue, Jul 19, 2011 at 9:14 AM, Jakub Nowacki <j.s.nowa...@gmail.com>wrote:

> Thanks for the answers.
>
>
>> Jakub, if possible, could you test out the latest matplotlib in
>> development on github?  I have been working hard in this.  If not, you
>> could also always operate directly through the axis objects
>> themselves, such as: ax.zaxis (although, you might have to do
>> ax.w_zaxis).
>>
>
> OK, I can use axis through w_*axis to control them. The function set_ticks
> works(ish) in that case but the axes is for some reason flushed to the left
> (it filled the image before) as can be seen in the enclosed image. This
> behaviour has nothing to do with the ticks values nor the axis (brakes the
> same for x, y and z axis). The selected ticks are updated though, just the
> whole projection (?) brakes.
>
>
Curious, I haven't encountered that before.  Is it possible to include a
code sample that reproduces the problem for you?



> The below suggestion by José works correctly without the effect shown in
> the image.
>
>
> a1.w_yaxis.set_major_locator(**LinearLocator(5))
> a1.w_zaxis.set_major_locator(**LinearLocator(5))
>
> As for the github version, I can try it out in some future but currently I
> don't have time. Also installing new stuff into EPD is not necessary too
> trivial.
>
>
Fair enough. I am glad you found a solution that works for you.

Ben Root
------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to