Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4368
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2020-11-18 18:14 -0800 |
| Message-ID | <2dd11773-95c6-4989-8bcb-11ce83fa11d1n@googlegroups.com> (permalink) |
| Subject | Canvas mouse tracking box location |
| From | MBaz <eorlinga@gmail.com> |
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?
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Canvas mouse tracking box location MBaz <eorlinga@gmail.com> - 2020-11-18 18:14 -0800
Re: Canvas mouse tracking box location MBaz <eorlinga@gmail.com> - 2020-11-18 18:55 -0800
Re: Canvas mouse tracking box location MBaz <eorlinga@gmail.com> - 2020-11-19 10:43 -0800
Re: Canvas mouse tracking box location MBaz <eorlinga@gmail.com> - 2020-11-19 18:20 -0800
Re: Canvas mouse tracking box location Karl Ratzsch <mail.kfr@gmx.net> - 2020-11-19 20:27 +0100
csiph-web