Skip to content

margin between plot region and axes

3 messages · Albert Greinoecker, Duncan Murdoch

#
Am Montag, den 17.12.2007, 21:22 +0100 schrieb Scionforbai:
the
point
thanks for your answer and sorry for the weak explanation of the
problem.
To put it another way:
consider the following simple statement:
hist(rnorm(100))
how can I influence drawing of the axis so that they lie directly on the
edges of the bars? The solution on this I think could directly be
applied to my problem.

regards,
Albert
#
On 17/12/2007 4:19 PM, Albert Greinoecker wrote:
That's what he was getting at:

 > par(xaxs="i", yaxs="i")
 > hist(rnorm(100))

Duncan Murdoch
#
yes, that's it, thank's a lot to all respondents!

Am Montag, den 17.12.2007, 18:12 -0500 schrieb Duncan Murdoch: