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


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

No top and RHS box lines

Started byDieter Britz <dieterhansbritz@gmail.com>
First post2015-07-07 17:07 +0000
Last post2015-07-08 16:54 +0200
Articles 4 — 3 participants

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


Contents

  No top and RHS box lines Dieter Britz <dieterhansbritz@gmail.com> - 2015-07-07 17:07 +0000
    Re: No top and RHS box lines Jörg Buchholz <bookwood4new@freenet.de> - 2015-07-07 20:04 +0200
      Re: No top and RHS box lines Dieter Britz <dieterhansbritz@gmail.com> - 2015-07-08 14:21 +0000
        Re: No top and RHS box lines Karl Ratzsch <mail.kfr@gmx.net> - 2015-07-08 16:54 +0200

#2969 — No top and RHS box lines

FromDieter Britz <dieterhansbritz@gmail.com>
Date2015-07-07 17:07 +0000
SubjectNo top and RHS box lines
Message-ID<mnh10d$cvh$2@dont-email.me>
I am doing a figure as I usually do, with the plot
inside a box, which seems to be the default. My
coauthor, however, wants only the left-hand axis
and bottom axis, no rhs or top lines. I can't
seem to find how to do this in the manual. How
is it done please?

-- 
Dieter Britz

[toc] | [next] | [standalone]


#2970

FromJörg Buchholz <bookwood4new@freenet.de>
Date2015-07-07 20:04 +0200
Message-ID<mnh48s$5ov$1@dont-email.me>
In reply to#2969
On 07.07.2015 19:07, Dieter Britz wrote:
> I am doing a figure as I usually do, with the plot
> inside a box, which seems to be the default. My
> coauthor, however, wants only the left-hand axis
> and bottom axis, no rhs or top lines. I can't
> seem to find how to do this in the manual. How
> is it done please?
>

set border 3

see help set border

Kind regards

Jörg

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


#2973

FromDieter Britz <dieterhansbritz@gmail.com>
Date2015-07-08 14:21 +0000
Message-ID<mnjblf$atq$1@dont-email.me>
In reply to#2970
On Tue, 07 Jul 2015 20:04:33 +0200, Jörg Buchholz wrote:

> On 07.07.2015 19:07, Dieter Britz wrote:
>> I am doing a figure as I usually do, with the plot inside a box, which
>> seems to be the default. My coauthor, however, wants only the left-hand
>> axis and bottom axis, no rhs or top lines. I can't seem to find how to
>> do this in the manual. How is it done please?
>>
>>
> set border 3

Thank you, very nice and I have learned a new thing.

Now I would also like to suppress the tics on top and to the right,
that appear "in the air". I do want them on the LH and bottom
axes. How do I ...

-- 
Dieter Britz

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


#2974

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2015-07-08 16:54 +0200
Message-ID<mnjdjt$skm$1@solani.org>
In reply to#2973
Am 08.07.2015 um 16:21 schrieb Dieter Britz:
> On Tue, 07 Jul 2015 20:04:33 +0200, Jörg Buchholz wrote:
> 
>> On 07.07.2015 19:07, Dieter Britz wrote:
>>> I am doing a figure as I usually do, with the plot inside a box, which
>>> seems to be the default. My coauthor, however, wants only the left-hand
>>> axis and bottom axis, no rhs or top lines. I can't seem to find how to
>>> do this in the manual. How is it done please?
>>>
>>>
>> set border 3
> 
> Thank you, very nice and I have learned a new thing.
> 
> Now I would also like to suppress the tics on top and to the right,
> that appear "in the air". I do want them on the LH and bottom
> axes. How do I ...
> 

(from "help set xtics")

...
_mirror_ tells gnuplot to put unlabeled tics at the same positions on
the opposite border. _nomirror_ does what you think it does.
...

[toc] | [prev] | [standalone]


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


csiph-web