Re: [Matplotlib-users] Adding a plot within a plot

2010-03-15 Thread Andre Walker-Loud
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

Re: [Matplotlib-users] Adding a plot within a plot

2010-03-15 Thread Pierre de Buyl
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

Re: [Matplotlib-users] Adding a plot within a plot

2010-03-15 Thread Nathan Harmston
Thanks, just what I was looking for. Nathan On 15 March 2010 12:55, Andre Walker-Loud walksl...@gmail.com 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