|
From: JoanPau <jo...@gm...> - 2009-05-14 09:18:56
|
Ethan Merritt wrote:
>
>
> They are set by this routine in gadgets.c:
>
> void
> default_arrow_style(struct arrow_style_type *arrow)
> {
> static const struct lp_style_type tmp_lp_style =
> DEFAULT_LP_STYLE_TYPE;
>
> arrow->layer = 0;
> arrow->lp_properties = tmp_lp_style;
> arrow->head = 1;
> arrow->head_length = 0.0;
> arrow->head_lengthunit = first_axes;
> arrow->head_angle = 15.0;
> arrow->head_backangle = 90.0;
> arrow->head_filled = 0;
> }
>
>
Thanks for the quick reply.
I can understand all the options but one. What does a 0.0 head_length mean?
I thought that this would imply the same as nohead (any arrow drawn), but
obviously I was wrong.
Maybe it should be mentioned in the arrowstyle doc entry.
--
View this message in context: http://www.nabble.com/deafault-arrow-style-%28head-length%29-in-plots-with-vectors-tp23530877p23537035.html
Sent from the Gnuplot - Dev mailing list archive at Nabble.com.
|