|
From: Hagen W. <ha...@gn...> - 2010-10-13 11:00:44
|
On Sat, 2 Oct 2010 12:35:00 -0500, Jon <dev...@gm...> wrote: > It seems locating an accurate position on a graph to put some label or arrow > on needs try and wrong many times if using graph or screen coordinate, which > is time-consuming. To find the right label position can be indeed very time-consuming if you have a lot of labels to put in a graph. I have solved the problem for my purposes by using an interactive way to get the right positions. Have a look at http://www.gnuplotting.org/interactive-label-placing/ for the basic functionality. But I'm not sure if this is the right thing for you, because the position is not given in screen coordinates. /Hagen |