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
> 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
snip
> Many thanks for your help.
> Shakeel
Those are refered to as "borders". See the "set border" command for
options.
James