On Fri, Jul 29, 2011 at 3:12 PM, shooter123 <fr...@gm...> wrote:
>
> Hi,
>
> In the following example -
> http://matplotlib.sourceforge.net/examples/mplot3d/hist3d_demo.html
> how can I set custom tick labels for x and y axes?
> My plot dissappears when using ax.set_xticks
>
Using ax.set_xticks() won't work (at least, not until the upcoming release
where I fixed this). Try ax.w_xaxis.set_ticks() as a work-around.
Ben Root
|