How to set custom tick labels for bar3d plot

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

···

--
View this message in context: http://old.nabble.com/How-to-set-custom-tick-labels-for-bar3d-plot-tp32161706p32161706.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

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

···

On Fri, Jul 29, 2011 at 3:12 PM, shooter123 <frftr@…3693…> 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