|
From: Jon <dev...@gm...> - 2010-10-02 22:58:24
|
2010/10/2 Hans-Bernhard Bröker <HBB...@t-...> > 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. > Thanks for letting me aware of this command. But it seems it cannot choose to display the coordinate in graph or screen format, but only in first format. Am i right? |