Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1448

Re: this should not be so difficult ?

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: this should not be so difficult ?
Followup-To comp.graphics.apps.gnuplot
Date 2012-10-29 11:17 -0700
Organization gnuplot development team
Message-ID <k6mh7a$jlp$1@dont-email.me> (permalink)
References <2c174863-e68d-4c1b-b310-75da21b94488@googlegroups.com> <k6jpn8$8al$1@dont-email.me> <6ae1bc3d-b1f1-48f6-b938-f62a10acd149@googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


John Stanton wrote:

> 
>    Simply to put a plot up on my screen (necessary to read in the data
>    from a file) and then move the cursor around and pick off the
>    coordinates.

Simplest answer:
 
  Add a line at the end of your script file "pause mouse key"
  Now invoke it like this:

     gnuplot infile &

  Mousing will continue to work, including middle-click to print coordinats
  on the plot, until you hit some keyboard key while the plot window has focus.

More information:

  There are two things contributing to your problem.
  
  One is that you would do better to use "set view map" 
  rather than "set view 0,0".
  
  However there is apparently an x11 terminal specific bug that
  prevents your test case from working even with set view map.
  The development version of gnuplot contains a fix, 
  but that doesn't help you right now.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

this should not be so difficult ? jfstanton@gmail.com - 2012-10-28 09:37 -0700
  Re: this should not be so difficult ? sfeam <sfeam@users.sourceforge.net> - 2012-10-28 10:23 -0700
    Re: this should not be so difficult ? John Stanton <jfstanton@gmail.com> - 2012-10-29 10:14 -0700
      Re: this should not be so difficult ? sfeam <sfeam@users.sourceforge.net> - 2012-10-29 11:17 -0700
        Re: this should not be so difficult ? John Stanton <jfstanton@gmail.com> - 2012-10-29 11:35 -0700

csiph-web