Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Removing top and right axis in gnuplot

4,822 views
Skip to first unread message

shakeel

unread,
Jul 7, 2009, 11:13:29 PM7/7/09
to
Hi,

I'm trying to remove the top and right axes in gnuplot output, so
instead of the boxed layout, my plot looks like the following:

+------+ |
| | |
| | ---> |
| | |
+------+ +-------

The ASCII art is courtesy a similar post for matplotlib that I found
on the Internet.
http://stackoverflow.com/questions/925024/how-can-i-remove-the-top-and-right-axis-in-matplotlib

Anyone knows how to do this in gnuplot?

Many thanks for your help.
Shakeel

Lionel B

unread,
Jul 8, 2009, 6:47:59 AM7/8/09
to
On Tue, 07 Jul 2009 20:13:29 -0700, shakeel wrote:

> Hi,
>
> I'm trying to remove the top and right axes in gnuplot output, so
> instead of the boxed layout, my plot looks like the following:
>
> +------+ |
> | | |
> | | ---> |
> | | |
> +------+ +-------

You might want to try that with a fixed-width font next time...

> The ASCII art is courtesy a similar post for matplotlib that I found on
> the Internet.
> http://stackoverflow.com/questions/925024/how-can-i-remove-the-top-and-
right-axis-in-matplotlib
>
> Anyone knows how to do this in gnuplot?

help set border

--
Lionel B

James

unread,
Jul 8, 2009, 6:49:15 AM7/8/09
to
On Jul 7, 11:13 pm, shakeel <shakeel.a...@gmail.com> wrote:
> Hi,
>
> I'm trying to remove the top and right axes in gnuplot output

snip

> Many thanks for your help.
> Shakeel

Those are refered to as "borders". See the "set border" command for
options.

James

barton...@gmail.com

unread,
Jul 18, 2013, 3:51:15 AM7/18/13
to
Hi,

set border 3

should solve it.

Tomas

D.GH

unread,
Aug 3, 2013, 6:54:02 PM8/3/13
to
use : set border 1+2 back

0 new messages