[Matplotlib-users] Drawing Arrows in mplot3d

2010-09-07 Thread Torsten Hahn
Hi all, is there an easy way to draw an arrow in a 3D Plot (just a single arrow). I couldn't find any useful example in the 1.0.0 docu. Best regards, Torsten. -- This SF.net Dev2Dev email is sponsored by: Show off yo

[Matplotlib-users] How to change space between axis and labels?

2008-05-29 Thread Torsten Hahn
Hello, i am having some trouble to make the pictures for my thesis look good. I could not figure out, how i can change the space between the axis and the tick-labels in my plots. Can anyone help me? - This SF.net email

Re: [Matplotlib-users] Width of tick lines

2007-08-21 Thread Torsten Hahn
Am 21.08.2007 um 10:30 schrieb Eric Firing: > Torsten Hahn wrote: >> Hello, >> I am looking for an way to set the width of the tick lines in a >> plot. I have not found any rc parameter for this. > > Good point; it does seem to be a gap in the configurabil

[Matplotlib-users] Width of tick lines

2007-08-21 Thread Torsten Hahn
Hello, I am looking for an way to set the width of the tick lines in a plot. I have not found any rc parameter for this. Doing: plot(...) c=gca() tl=c.get_ticklines() gives a list of tickline objects. Every tickline object has a method tl[0].set_linewidth(). Calling this method with differe