|
From: Alessandro S. <asa...@ju...> - 2005-06-07 12:12:29
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Valentina Beato wrote:
>Is it possible to control the distance of the tics-marks from the axis?
>I my case I would like to save space and put the numbers associated to the
>xtics more near to the x-axes, i.e. I would like to move them upwards!
>
>Thanks
>Valentina
I think you are looking for the offset parameter.
Syntax:
set xtics {axis | border} {{no}mirror} {{no}rotate {by <ang>}}
{offset <offset> | nooffset}
{ autofreq
| <incr>
| <start>, <incr> {,<end>}
| ({"<label>"} <pos> {<level>} {,{"<label>"}...) }
{ font "name{,<size>}" }
{ textcolor <colorspec> }
unset xtics
show xtics
The <offset> is specified by either x,y or x,y,z, and may be preceded by
`first`, `second`, `graph`, `screen`, or `character` to select the
coordinate system. <offset> is the offset of the tics texts from their
default positions, while the default coordinate system is `character`.
See `coordinates` for details. `nooffset` switches off the offset.
Example:
Move xtics more closely to the plot.
set xtics offset 0,graph 0.05
viva l'italia ;-P
ciao
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCpY6wzvGMPC6Aeb4RArxKAJoDoeJ0TSDRZOw0ooQoh9HGfa3hWwCcCkjv
xMVAneMT7GD+TJuhhedpM0g=
=YHrW
-----END PGP SIGNATURE-----
|