|
From: Hans-Bernhard B. <br...@ph...> - 2005-12-09 11:52:35
|
Mark Savenije wrote: > My question: If I plot an image now I get the pixel numbers along the X > and Y axis. Is it possible to supply values for the X and Y axis (thus > besides the image). I see no particular reason why the normal 'extended using specs' should not work here: plot 'foo' u ($1*scale_x):($2*scale_y):3 with image > P.S. There is no such thing as a mubar functionality in gnuplot, is > there? There's 'set arrow', which should get the job done. |