Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4198
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2019-06-07 06:56 -0700 |
| References | <qddmdv$oli$1@dont-email.me> |
| Message-ID | <ac2d9d94-6600-4e65-8cf3-7c327ea45e71@googlegroups.com> (permalink) |
| Subject | Re: set view or rotate |
| From | Gavin Buxton <gavinbuxton@gmail.com> |
Hi
I can't see the picture, but I'm not too sure it can be done. I crass work around might to plot it with negative x coordinates
splot '2D.dat' u (-$1):2:3 w l
And the you can play around with the xtics to make the negative go away from the display
set xtics ("0" 0, "50" -50, "100" -100)
As I said, this might be too crass of a solution and others might have something more elegant.
Best
Gavin
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
set view or rotate au76666 <britz@chem.au.dk> - 2019-06-07 12:47 +0000
Re: set view or rotate Gavin Buxton <gavinbuxton@gmail.com> - 2019-06-07 06:56 -0700
Re: set view or rotate db <dieterhansbritz@gmail.com> - 2019-06-07 14:53 +0000
Re: set view or rotate Karl Ratzsch <mail.kfr@gmx.net> - 2019-06-08 10:05 +0200
Re: set view or rotate db <dieterhansbritz@gmail.com> - 2019-06-08 12:14 +0000
Re: set view or rotate db <dieterhansbritz@gmail.com> - 2019-06-09 13:48 +0000
csiph-web