X-Received: by 2002:a0c:fcd2:: with SMTP id i18mr2047333qvq.52.1610413785417; Mon, 11 Jan 2021 17:09:45 -0800 (PST) X-Received: by 2002:a25:c54b:: with SMTP id v72mr3419573ybe.258.1610413785221; Mon, 11 Jan 2021 17:09:45 -0800 (PST) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Mon, 11 Jan 2021 17:09:44 -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: <4159fcbc-e889-49d1-a3df-a2dcdc25cc5bn@googlegroups.com> Subject: Re: Select data points in interactive terminal From: "jindi.li" Injection-Date: Tue, 12 Jan 2021 01:09:45 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 55 Xref: csiph.com comp.graphics.apps.gnuplot:4388 I aware there is a show bind command to list all keyboard shortcuts and mouse shortcuts of the current terminal gnuplot> show bind doubleclick send mouse coordinates to clipboard (pm win wxt x11) annotate the graph using `mouseformat` (see keys '1', '2') or draw labels if `set mouse labels is on` remove label close to pointer if `set mouse labels` is on mark zoom region (only for 2d-plots and maps) change view (rotation); use to rotate the axes only change view (scaling); use to scale the axes only vertical motion -- change xyplane change view (azimuth) scroll up (in +Y direction) scroll down scroll left (in -X direction) scroll right zoom in on mouse position zoom out on mouse position pinch on x expand on x q * close this plot window a `builtin-autoscale` (set autoscale keepfix; replot) b `builtin-toggle-border` e `builtin-replot` g `builtin-toggle-grid` h `builtin-help` i `builtin-invert-plot-visibilities` l `builtin-toggle-log` y logscale for plots, z and cb for splots L `builtin-nearest-log` toggle logscale of axis nearest cursor m `builtin-toggle-mouse` r `builtin-toggle-ruler` V `builtin-set-plots-invisible` v `builtin-set-plots-visible` 1 `builtin-previous-mouse-format` 2 `builtin-next-mouse-format` 5 `builtin-toggle-polardistance` 6 `builtin-toggle-verbose` 7 `builtin-toggle-ratio` n `builtin-zoom-next` go to next zoom in the zoom stack p `builtin-zoom-previous` go to previous zoom in the zoom stack u `builtin-unzoom` + `builtin-zoom-in` zoom in = `builtin-zoom-in` zoom in - `builtin-zoom-out` zoom out Right `scroll right in 2d, rotate right in 3d`; faster Up `scroll up in 2d, rotate up in 3d`; faster Left `scroll left in 2d, rotate left in 3d`; faster Down `scroll down in 2d, rotate down in 3d`; faster < `rotate azimuth left in 3d`; faster > `rotate azimuth right in 3d`; faster Escape `builtin-cancel-zoom` cancel zoom region * indicates this key is active from all plot windows