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
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
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
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