Skip to content
Prev 27621 / 29559 Next

[FORGED] specifying axis intervals in maptools?

On 26/09/19 8:52 AM, Rodrigo Plei wrote:

            
Given that I am not misunderstanding you (always a distinct possibility 
for me!) I believe that all you need to do is set axes=FALSE in your 
initial call, then add the axes using something like:

axis(side=1)
axis(side=2,at=c(-23.6, -23.2, -22.8, <whatever?))

Can't say for sure without a reproducible example.

HTH

cheers,

Rolf Turner