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


Groups > comp.graphics.apps.gnuplot > #1947

Re: Removing top and right axis in gnuplot

Newsgroups comp.graphics.apps.gnuplot
Date 2013-08-03 15:54 -0700
References <ffcade05-8cff-451a-8e01-2707b4f88c23@a36g2000yqc.googlegroups.com>
Message-ID <48b76dd7-9861-4d8e-98eb-ca482df7982e@googlegroups.com> (permalink)
Subject Re: Removing top and right axis in gnuplot
From "D.GH" <dariush.ghorbanzadeh@gmail.com>

Show all headers | View raw


On Wednesday, July 8, 2009 5:13:29 AM UTC+2, 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:
> 
> +------+           |
> |          |           |
> |          |   --->  |
> |          |           |
> +------+           +-------
> 
> 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


use :  set border 1+2 back

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar | Unroll thread


Thread

Re: Removing top and right axis in gnuplot "D.GH" <dariush.ghorbanzadeh@gmail.com> - 2013-08-03 15:54 -0700

csiph-web