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


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

Re: Removing top and right axis in gnuplot

Started by"D.GH" <dariush.ghorbanzadeh@gmail.com>
First post2013-08-03 15:54 -0700
Last post2013-08-03 15:54 -0700
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#1947 — Re: Removing top and right axis in gnuplot

From"D.GH" <dariush.ghorbanzadeh@gmail.com>
Date2013-08-03 15:54 -0700
SubjectRe: Removing top and right axis in gnuplot
Message-ID<48b76dd7-9861-4d8e-98eb-ca482df7982e@googlegroups.com>
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

[toc] | [standalone]


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


csiph-web