|
From: kususe <ku...@in...> - 2012-03-14 09:44:34
|
Hi folks,
I have a graph got using the subplot command.
I'd like to remove all ticks in X axis in all of graph.
I used: plt.setp(plt.gca(),'XtickLabel',[])
but I get that:
File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 1169, in setp
func = getattr(o,funcName)
AttributeError: 'AxesSubplot' object has no attribute 'set_xticklabel'
Suggestions?
Thanks in advance
K
--
View this message in context: http://old.nabble.com/How-to-remove-x-axis-in-a-subplotted-graph-tp33500598p33500598.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|