Is there an easy possibility (not messing with the final PS, that is) to convince GRI to write 10^-1, 10^0, 10^1, etc. on log scales? At present, you get 10^-1, 1, 10^1, etc.
thanks for any hints on this
Philip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there an easy possibility (not messing with the final PS, that is) to convince GRI to write 10^-1, 10^0, 10^1, etc. on log scales? At present, you get 10^-1, 1, 10^1, etc.
thanks for any hints on this
Philip
You could try the
`set x axis labels'
command; see
http://gri.sourceforge.net/gridoc/html/Set.html#SetXFormat
for details.
Dear Dan,
first of all thanks for the quick response. However, with my present setup (2.12.8-1001 on OS X) I try this simple code:
set x type log
set y type log
set x axis 0.1 10 1
set y axis 0.1 10 1
set x axis labels 1 "hi"
set y axis labels 1 "hi"
draw axes
and don't get (10^-1,"hi",10^1) but sturdy (10^-1,1,10^1). Is it a problem of my version or do those log-axes just misbehave..?
Cheers
Philip
Problem solved. The current version 2.12.15 is giving no trouble in above mentioned respect!