X-Received: by 2002:ad4:5221:: with SMTP id r1mr12149158qvq.59.1605811401035; Thu, 19 Nov 2020 10:43:21 -0800 (PST) X-Received: by 2002:a25:c946:: with SMTP id z67mr12574358ybf.56.1605811400855; Thu, 19 Nov 2020 10:43:20 -0800 (PST) Path: csiph.com!aioe.org!peer02.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 19 Nov 2020 10:43:20 -0800 (PST) In-Reply-To: <8ba019e8-c495-4cef-a81f-68ca201892b8n@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=8.9.84.172; posting-account=kTRnegoAAAC2-GCau0jpUJgQzQHVU4ng NNTP-Posting-Host: 8.9.84.172 References: <2dd11773-95c6-4989-8bcb-11ce83fa11d1n@googlegroups.com> <8ba019e8-c495-4cef-a81f-68ca201892b8n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <695cd004-bb52-410f-87c6-9d48532811e6n@googlegroups.com> Subject: Re: Canvas mouse tracking box location From: MBaz Injection-Date: Thu, 19 Nov 2020 18:43:21 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2059 X-Received-Body-CRC: 3315058322 Xref: csiph.com comp.graphics.apps.gnuplot:4370 On Wednesday, November 18, 2020 at 9:55:59 PM UTC-5, MBaz wrote: > On Wednesday, November 18, 2020 at 9:14:28 PM UTC-5, MBaz wrote: > > The documentation and the demos on gnuplot's webpage indicate that the mouse-tracking box in a canvas plot should appear on the bottom of the plot. > Here is what gnuplot outputs with the commands given above: https://gist.github.com/mbaz/c6106679b7c01ce58ab422a5b5dbd025 I have found that there are several different classes in the mousebox CSS, and `mbleft` is the one used in the canvas html. I was hopeful that changing it manually to `mbunder` would help, but it didn't. I also saw the example canvas demo plots for gnuplot 5.5 (unfortunately, the 5.4 canvas demos are 404). Besides much cleaner html, it uses the `mbunder` class, and disables the "text zoom" button.