Re: Overlapping axis text

2008-11-10 Thread McBuell
try this: fig.autofmt_xdate() should help a lot =) Cheers -- View this message in context: http://www.nabble.com/-matplotlib--Overlapping-axis-text-tp19348114p20430433.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo

Re: Overlapping axis text

2008-09-06 Thread Durand
Err...made a mistake there. days= WeekdayLocator() # every monday months = MonthLocator() # every month That doesn't change my question though. Thanks -- http://mail.python.org/mailman/listinfo/python-list

[matplotlib] Overlapping axis text

2008-09-06 Thread Durand
I got a really annoying problem with datetime graphs. The problem is that with a long range time graph, the text on the x axis keeps overlapping like here: http://durand.zephyrhosting.net/tremcs/graph_all.png Would there be any way to fix this? I was thinking of rotating the text so that there was