On Mon, May 21, 2012 at 4:01 PM, Andreas Mueller
<amuel...@ais.uni-bonn.de>wrote:

> **
> Hi everybody.
> I have been trying to turn off xticks and yticks and their labels in
> matplotlibrc.
> Ticks<http://matplotlib.sourceforge.net/api/axis_api.html#matplotlib.axis.Tick>have
>  an argument "tick1On" and "label1On" but it seems I can not use these
> in the config file. Is that correct?
> Is there any other way to turn of ticks by default?
>
> Thanks,
> Andy
>
> Hi Andy,

I don't think there are any rc parameters for controlling this, but you can
call `plt.axis('off')` or `ax.set_axis_off()`. I know that's not what you
were looking for, but I thought I'd mention it.

Best,
-Tony
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to