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