Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2517 > unrolled thread

Too-high z scale

Started byDieter Britz <dieterhansbritz@gmail.com>
First post2014-07-17 07:51 +0000
Last post2014-07-21 14:02 -0700
Articles 7 — 4 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#2517 — Too-high z scale

FromDieter Britz <dieterhansbritz@gmail.com>
Date2014-07-17 07:51 +0000
SubjectToo-high z scale
Message-ID<lq7vam$340$2@dont-email.me>
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?
-- 
Dieter Britz

[toc] | [next] | [standalone]


#2518

FromEthan A Merritt <EAMerritt@gmail.com>
Date2014-07-17 09:07 -0700
Message-ID<lq8sc8$8fh$1@dont-email.me>
In reply to#2517
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?

4th parameter of "set view"

[toc] | [prev] | [next] | [standalone]


#2519

FromDieter Britz <dieterhansbritz@gmail.com>
Date2014-07-18 08:41 +0000
Message-ID<lqamj4$299$1@dont-email.me>
In reply to#2518
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?
> 
> 4th parameter of "set view"

Thanks! I had tried the example in the manual but
overlooked that there are only two commas, meaning
the other scales, not for z.

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 ... ?

-- 
Dieter Britz

[toc] | [prev] | [next] | [standalone]


#2520

FromKarl <mail.kfr@gmx.net>
Date2014-07-18 12:51 +0200
Message-ID<lqau1h$kbb$1@news.rz.uni-karlsruhe.de>
In reply to#2519
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?
>>
>> 4th parameter of "set view"
> 
> Thanks! I had tried the example in the manual but
> overlooked that there are only two commas, meaning
> the other scales, not for z.
> 
> 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

[toc] | [prev] | [next] | [standalone]


#2523

FromDieter Britz <dieterhansbritz@gmail.com>
Date2014-07-21 09:27 +0000
Message-ID<lqimd5$sd9$1@dont-email.me>
In reply to#2520
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.

-- 
Dieter Britz

[toc] | [prev] | [next] | [standalone]


#2524

FromDieter Britz <dieterhansbritz@gmail.com>
Date2014-07-21 11:07 +0000
Message-ID<lqisab$4jb$1@dont-email.me>
In reply to#2523
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.

-- 
Dieter Britz

[toc] | [prev] | [next] | [standalone]


#2525

FromEthan A Merritt <merritt@u.washington.edu>
Date2014-07-21 14:02 -0700
Message-ID<lqjv55$hqg$1@dont-email.me>
In reply to#2524
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web