X-Received: by 2002:a37:9b8a:: with SMTP id d132mr14657875qke.81.1610335303615; Sun, 10 Jan 2021 19:21:43 -0800 (PST) X-Received: by 2002:a05:6902:6cc:: with SMTP id m12mr20929824ybt.56.1610335303461; Sun, 10 Jan 2021 19:21:43 -0800 (PST) Path: csiph.com!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 10 Jan 2021 19:21:43 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=23.239.20.136; posting-account=bQqzsgoAAABmut957yFoBsqsohvcG9DX NNTP-Posting-Host: 23.239.20.136 References: <7d747fb0-48ff-43c8-ab72-21a41e7f39d1n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Select data points in interactive terminal From: "jindi.li" Injection-Date: Mon, 11 Jan 2021 03:21:43 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:4386 @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 expor= t it to vector format. To that task, I think Gnuplot is Unbeatable. =E5=9C=A8 2021=E5=B9=B41=E6=9C=8811=E6=97=A5=E6=98=9F=E6=9C=9F=E4=B8=80 UTC= +8 =E4=B8=8A=E5=8D=8812:10:52=EF=BC=8C =E5=86=99=E9=81=93=EF= =BC=9A > On Saturday, January 9, 2021 at 1:44:44 PM UTC-5, jindi.li wrote:=20 > > Dig deeper in this forum, I find a similar discussion quite long time a= go, any one knows how it's going or is some body working on that feature ?= =20 > >=20 > > Is it possible to select a point on a graph and get its exact coordinat= es (as they appear in data file)=20 > > 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.=20 >=20 > P.S. Not too sure I'd want gnuplot messing with my data files to be hones= t.