Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2525
| From | Ethan A Merritt <merritt@u.washington.edu> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Too-high z scale |
| Date | 2014-07-21 14:02 -0700 |
| Organization | University of Washington |
| Message-ID | <lqjv55$hqg$1@dont-email.me> (permalink) |
| References | (1 earlier) <lq8sc8$8fh$1@dont-email.me> <lqamj4$299$1@dont-email.me> <lqau1h$kbb$1@news.rz.uni-karlsruhe.de> <lqimd5$sd9$1@dont-email.me> <lqisab$4jb$1@dont-email.me> |
Dieter Britz wrote: > On Mon, 21 Jul 2014 09:27:01 +0000, Dieter Britz wrote: > >> On Fri, 18 Jul 2014 12:51:50 +0200, Karl wrote: >> >>> Am 18.07.2014 10:41, schrieb Dieter Britz: >>>> On Thu, 17 Jul 2014 09:07:36 -0700, Ethan A Merritt wrote: >>>> >>>>> Dieter Britz wrote: >>>>> >>>>>> I am plotting two 2D plots side by side with multiplot, and the >>>>>> plots are too tall relative to the xy plane sides. I can't find a >>>>>> way to scale the z-axis down a bit, in the manual. How is it done? >> [...] >>>> I have another small problem with splot. The numbers at the tics are >>>> too close to the x- and y-axes, touching them. Can I get them at some >>>> distance from the axes, without resorting to a lot of set label ".." >>>> at ... ? >>>> >>>> >>> set xtics offset ... >>> >>> K >> >> Thanks. It works for the x-axis, using >> >> set xtics offset 0,-0.5 >> >> but not for the y axis. No doubt I am missing something. The y-axis is >> labelled, in this 2D plot, >> on the right hand side, and I want to shift the numbers a bit to the >> right. What do I write to get this? The manual is a bit cryptic here. > > I mean 3D of course; there is a z-axis. But the labelling on > that is OK. set xtics offset 0, -0.5 ## for the x tics set ytics offset 0.5, 0 ## for the y tics -- Ethan A Merritt Biomolecular Structure Center, K-428 Health Sciences Bldg MS 357742, University of Washington, Seattle 98195-7742
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
Too-high z scale Dieter Britz <dieterhansbritz@gmail.com> - 2014-07-17 07:51 +0000
Re: Too-high z scale Ethan A Merritt <EAMerritt@gmail.com> - 2014-07-17 09:07 -0700
Re: Too-high z scale Dieter Britz <dieterhansbritz@gmail.com> - 2014-07-18 08:41 +0000
Re: Too-high z scale Karl <mail.kfr@gmx.net> - 2014-07-18 12:51 +0200
Re: Too-high z scale Dieter Britz <dieterhansbritz@gmail.com> - 2014-07-21 09:27 +0000
Re: Too-high z scale Dieter Britz <dieterhansbritz@gmail.com> - 2014-07-21 11:07 +0000
Re: Too-high z scale Ethan A Merritt <merritt@u.washington.edu> - 2014-07-21 14:02 -0700
csiph-web