|
From: Thomas S. <t.s...@fz...> - 2009-06-16 10:41:11
|
set arrow from x1,y1 to x2,y2 nohead lw 0 front matrix72 wrote: > > Hello all. > > I need help for the following problem, anyone know the solution plz help. > > Line 1 and 2 below show an excerpt from my gnuplot file > > 1. set arrow from x1,y1 to x2,y2 nohead lw 0 > 2. plot "file.txt" with image > > What I try do to is to plot an image based on data from "file.txt" (line > 2). > In this image I want to draw a line from x1,y1 to x2,y2 (line 1). The > problem > is that the line draw is hidden behind the image drawn in line 2. Even > though > I change the order of line 1 and 2, the same problem occurs. > Anyone know the solution plz help? > > Thanks for your time > > vph > > -- View this message in context: http://www.nabble.com/plot-with-image-and-set-arrow-tp23969412p24051713.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |