Thanks, just what I was looking for.
Nathan
On 15 March 2010 12:55, Andre Walker-Loud wrote:
> Hi Nathan,
>
> It sounds like this example is what you want
>
> http://matplotlib.sourceforge.net/examples/pylab_examples/axes_demo.html
>
>
> Cheers,
> Andre
>
>
>
>
> On Mar 15, 2010, at 7:44 AM, Nat
Hello,
This is usually done by using several calls to "axes", specifying the
coordinates of the different plots in the figure.
The "plot" coordinates are in the range 0..1 times 0..1.
An example is provided here
http://matplotlib.sourceforge.net/examples/pylab_examples/axes_demo.html
with two p
Hi Nathan,
It sounds like this example is what you want
http://matplotlib.sourceforge.net/examples/pylab_examples/axes_demo.html
Cheers,
Andre
On Mar 15, 2010, at 7:44 AM, Nathan Harmston wrote:
> Hi everyone,
>
> I've been trying (with no luck) to add a plot inside a plot, like this
> (ap
Hi everyone,
I've been trying (with no luck) to add a plot inside a plot, like this
(apologies for the ascii art), the smaller box represents the plot I
want to add. The thing I know it doesnt want to be a subplot and I
can't find an example of this plot in the gallery. It is possible in R
with so