Skip to content
Back to formatted view

Raw Message

Message-ID: <e9ee1f0a0712171222ve37cda3t98f396a60cf21e69@mail.gmail.com>
Date: 2007-12-17T20:22:06Z
From: Scionforbai
Subject: margin between plot region and axes
In-Reply-To: <1197922208.6147.25.camel@localhost>

> 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.

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.