Skip to content
Back to formatted view

Raw Message

Message-ID: <60C3010F-F686-4565-B122-2AF78DF0DFF4@gmail.com>
Date: 2012-09-10T15:24:07Z
From: Nicolai Schneider
Subject: Position of y axis labels in plot graphic
In-Reply-To: <loom.20120910T144317-412@post.gmane.org>

Hello,

I?m really sorry to bother you with this problem but it took me a whole day searching for a solution.

I want the y axis labels positioned closer to the y axis, by default they are partly outside the window.


Example:

x <- as.zoo(EuStockMarkets)

par(las=1)

plot.zoo(x, type="l", main="", xlab="", yaxt="n", xaxs="i")
title(main="Title", xlab="index")

par(las=0)


Thanks in advance!


Best,
Nico