X-Received: by 2002:a37:a481:: with SMTP id n123mr8719977qke.114.1605752067378; Wed, 18 Nov 2020 18:14:27 -0800 (PST) X-Received: by 2002:a25:20d5:: with SMTP id g204mr9818594ybg.136.1605752067254; Wed, 18 Nov 2020 18:14:27 -0800 (PST) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!border1.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: Wed, 18 Nov 2020 18:14:26 -0800 (PST) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2dd11773-95c6-4989-8bcb-11ce83fa11d1n@googlegroups.com> Subject: Canvas mouse tracking box location From: MBaz Injection-Date: Thu, 19 Nov 2020 02:14:27 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 15 Xref: csiph.com comp.graphics.apps.gnuplot:4368 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. However, when I create such a plot myself, I see the box on the left of the plot. Furthermore, the grid button does not work, and I see a button with sort of a double "A" that is not there in the demos. Here is a screenshot that shows what I see: https://i.imgur.com/7DHeg9A.png To reproduce (I'm using gnuplot 5.4), run these commands: set term canvas mousing set output 'test.html' plot sin(x) set output and then open 'test.html' in a web browser. Does anyone know what is happening here, and how can I obtain plots as shown on the demos and described in the documentation?