On Fri, Jul 29, 2011 at 3:12 PM, shooter123 <fr...@gmx.com> 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
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to