From: Simon F. <sim...@a-...> - 2010-08-06 14:00:20
|
On 09:29 Sat 31.07.10, Friedrich Romstedt wrote: > What you will want to use is .set_tick_params(top=True, > labeltop=False, labelbottom=False) . That worked indeed but I have uncovered another problem. It is about the positioning of the rotated labels. The code is here: http://paste.pocoo.org/show/246870/ Note that in line 36 I had already remarked about the hack I used. Now I noticed that if the labels have different lengths rotating them gives different positions. What I really want to do is rotate about the bottom of the labels. Can that be done? Regards Simon |