Skip to content
Back to formatted view

Raw Message

Message-ID: <2072099d-2ec9-44d3-8fb5-426ab516adf8@fm22g2000vbb.googlegroups.com>
Date: 2011-01-13T00:59:45Z
From: dms
Subject: Rotated, Right-Justified Labels for Shortened Tick Marks

Hello R-help,

I'm trying to make a fairly simple plot axis that goes something like
this:

plot(-10:10,-10:10, yaxt='n')
axis(side=2, las=1, hadj=1,  tck=-.01, cex.axis=.6)

...but as you can see, the labels are not close enough to the y-axis
(where I want them... to save space for publication).

Can anybody help me figure out how to move these labels over the the
right a bit?

Thanks,

-D