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


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

Re: Select data points in interactive terminal

Newsgroups comp.graphics.apps.gnuplot
Date 2021-01-10 19:21 -0800
References <ba3354e8-c476-411b-80ac-d998303ef7den@googlegroups.com> <7d747fb0-48ff-43c8-ab72-21a41e7f39d1n@googlegroups.com> <db36cd2f-e6ba-436b-9b60-01e81b659dccn@googlegroups.com>
Message-ID <d2340c8f-fa2d-4ce2-9d0b-c9c4f5c148bcn@googlegroups.com> (permalink)
Subject Re: Select data points in interactive terminal
From "jindi.li" <jindi.li@gmail.com>

Show all headers | View raw


@Gavin Buxton,

Thanks for the nice tip, I didn't know this before.
What I used often is left double click to copy the value to clipboard.

Since Now there are so many nice python plot libs to choose from, I tend to use gnuplot to get a quick overview of the data, just use:

$>: gnuplot -e "plot 'data.csv'; pause mouse close"

Quite simple yet I can examine the data interactivily, and I can even export it to vector format.
To that task, I think Gnuplot is Unbeatable.


在 2021年1月11日星期一 UTC+8 上午12:10:52,<Gavin Buxton> 写道:
> On Saturday, January 9, 2021 at 1:44:44 PM UTC-5, jindi.li wrote: 
> > Dig deeper in this forum, I find a similar discussion quite long time ago, any one knows how it's going or is some body working on that feature ? 
> > 
> > Is it possible to select a point on a graph and get its exact coordinates (as they appear in data file) 
> > https://groups.google.com/g/comp.graphics.apps.gnuplot/c/OlWN-EmQCLM/m/8kU5_ahFJVsJ
> Sorry, I don't have an answer other than to say when I do it I just zoom in on a point until the axis are really narrow and then middle click button (at least on linux) puts a point there with the numbers. Not exactly what you are looking for, but its what I do. 
> 
> P.S. Not too sure I'd want gnuplot messing with my data files to be honest.

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


Thread

Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-09 06:55 -0800
  Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-09 10:44 -0800
    Re: Select data points in interactive terminal Gavin Buxton <gavinbuxton@gmail.com> - 2021-01-10 08:10 -0800
      Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-10 19:21 -0800
        Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-11 17:09 -0800
          Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-11 17:19 -0800
            Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-11 21:17 -0800

csiph-web