Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3286
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: plot with offset in labels |
| Date | 2016-04-03 19:36 +0200 |
| Organization | solani.org |
| Message-ID | <ndrkb2$gmd$1@solani.org> (permalink) |
| References | <ndmjlo$7d4$1@solani.org> <ndn5t4$rm9$1@dont-email.me> |
Am 02.04.2016 um 03:08 schrieb Ethan A Merritt: > > The problem is that "offset" in the general case takes up to > 3 following values: x, y, and z. It stops if it doesn't encounter > a comma before the next value. So this syntax confuses it: > > plot $foo ... offset x,y, $baz > > because it tries to interpret $baz as a z offset value rather than > a new plot. > > This was a problem for a long time, but it has been fixed in the > cvs version by teaching the relevant get_position_xxx() routines > that in a 2D context they should only expect 2 values. > That was largish set of patches that do not apply cleanly to > version 5.0 so backporting is not automatic. So the workaround is to give a third (dummy) offset? Trying ... works. Thank you! Karl
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
plot with offset in labels Karl Ratzsch <mail.kfr@gmx.net> - 2016-04-01 21:54 +0200
Re: plot with offset in labels Ethan A Merritt <EAMerritt@gmail.com> - 2016-04-01 18:08 -0700
Re: plot with offset in labels Karl Ratzsch <mail.kfr@gmx.net> - 2016-04-03 19:36 +0200
csiph-web