how can I paint arrows in front of everything else?
I've something like this:
set arrow...
set arrow...
set arrow...
plot ....
The plot is in the foreground and the arrows are in the background - how can
I change this (plot in the background, arrows in the foreground)?
thanks in advance,
Klaus
[...]
Read the documentation.
gnuplot> help set arrow
[...]
{front | back}
[...]
If `front` is given, the arrow is written on top of the graphed data. If
`back` is given (the default), the arrow is written underneath the graphed
data. Using `front` will prevent a arrow from being obscured by dense data.
[...]
Harald
--
Harald Harders Langer Kamp 8
Institut für Werkstoffe D-38106 Braunschweig
Technische Universität Braunschweig Germany
E-Mail: h.ha...@tu-bs.de Tel: +49 (5 31) 3 91-3062
WWW : http://www.tu-bs.de/institute/ifw/ Fax: +49 (5 31) 3 91-3058
> Read the documentation.
I read it before and it said:
set arrow {<tag>} {from <position>} {to <position>} {{no}head}
{ {linestyle | ls <line_style>}
| {linetype | lt <line_type>}
{linewidth | lw <line_width} }
I guess I'll have to download the latest version. I'm using
G N U P L O T
Linux version 3.7
patchlevel 1
last modified Fri Oct 22 18:00:00 BST 1999
which is quite old I belive.
Anyway, thanks.
Klaus