Re: [Matplotlib-users] mplot3d ticklabels

2011-02-25 Thread Benjamin Root
On Fri, Feb 25, 2011 at 5:34 PM, Philipp A. wrote: > 2011/2/25 Philipp A. > > 2011/2/25 Benjamin Root >> >>> On Fri, Feb 25, 2011 at 8:09 AM, Philipp A. wrote: >>> hi, Axes3D from mpl_toolkits.mplot3d does not override set_*ticklabels. this bug

Re: [Matplotlib-users] mplot3d ticklabels

2011-02-25 Thread Philipp A.
2011/2/25 Philipp A. > 2011/2/25 Benjamin Root > >> On Fri, Feb 25, 2011 at 8:09 AM, Philipp A. wrote: >> >>> hi, >>> Axes3D from mpl_toolkits.mplot3d does not override set_*ticklabels. >>> this >>> bug

Re: [Matplotlib-users] mplot3d ticklabels

2011-02-25 Thread Philipp A.
2011/2/25 Benjamin Root > > > On Fri, Feb 25, 2011 at 8:09 AM, Philipp A. wrote: > >> hi, >> Axes3D from mpl_toolkits.mplot3d does not override set_*ticklabels. >> this >> bugis >> about the issue. >>

Re: [Matplotlib-users] mplot3d ticklabels

2011-02-25 Thread Benjamin Root
On Fri, Feb 25, 2011 at 8:09 AM, Philipp A. wrote: > hi, > Axes3D from mpl_toolkits.mplot3d does not override set_*ticklabels. > this > bugis > about the issue. > to get a crude replacement, i have to d

[Matplotlib-users] mplot3d ticklabels

2011-02-25 Thread Philipp A.
hi, Axes3D from mpl_toolkits.mplot3d does not override set_*ticklabels. this bugis about the issue. to get a crude replacement, i have to do the following: for x, s in enumerate(ticks): > ax.text3D(x, -.1