|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-10-02 18:27:53
|
On 02.10.2010 19:35, Jon wrote: > coordinate of the cursor at the left-bottom of the window real time using > first coordinate, which is so helpful to use. I am wondering whether gnuplot > could do something similar by adding a command-line command to toggle > between different types of coordinates to display. gnuplot can already display the current mouse position in graph coordinates. It's mouse format number 2, reachable either via the 'set mouse' command option 'mouseformat', or via the default bindings '1' and '2' of mouse interaction. |