Skip to content

margin between plot region and axes

2 messages · Albert Greinoecker, Scionforbai

#
Hi useRs,

in the following graphic...
http://www.survey4all.org/tmp/with_margin.png
I drawed a function and added two axes afterwards with "axis". I could
not find a way to erase the margin between the axes and the plotting
region, so I solved the problem with "text" and "segments", which looks
like this: 
http://www.survey4all.org/tmp/no_margin.png

My question: is there a way to add axes the usual way (as tried for the
first graphic), but to erase the margin, so that the axes start at point
(0/0) in my case.

thanks in advance for any help,
Albert
#
Not really sure if this is what you ask, but maybe you should call
your first plot() with xaxs="i" and yaxs="i". It reduces the default
4% increase on data range on both axis.