|
From: Hans-Bernhard B. <br...@ph...> - 2005-10-26 15:41:10
|
Cong-Liem Tran wrote: > My problem is the following: when I send a copy of the graph to the > clipboard and paste it into WORD, the coordinates (x,y) of the cursor in the > lower left corner also appear in WORD. You forgot to tell, but for reference: this is obviously about the native MS Windows version of gnuplot, a.k.a. 'wgnuplot'. > How to desactivate the option, if any, which shows the coordinates (x,y) of > the cursor in the lower left corner in the Graph window before I send a copy > of the graph to the clipboard? Hit the 'm' key while the graph window has the focus, or 'set mouse off' in the text window before you make the plot. For more about this, see 'help mouse'. |