Re: [Matplotlib-users] force the scale of one scatter plot on a second scatter plot

2008-05-22 Thread John Hunter
On Wed, May 21, 2008 at 10:57 AM, PaterMaximus <[EMAIL PROTECTED]> wrote: > I want to make one scatter plot and use the same scales on another. I think > I seen getting the Axes from the first scatter plot using v=axis() and then > setting them on second with axis(v) but I can not get to work. Any

Re: [Matplotlib-users] force the scale of one scatter plot on a second scatter plot

2008-05-22 Thread Matthias Michler
Hello, On Wednesday 21 May 2008 17:57:28 PaterMaximus wrote: > I want to make one scatter plot and use the same scales on another. I think > I seen getting the Axes from the first scatter plot using v=axis() and then > setting them on second with axis(v) but I can not get to work. Any help > appre

[Matplotlib-users] force the scale of one scatter plot on a second scatter plot

2008-05-21 Thread PaterMaximus
I want to make one scatter plot and use the same scales on another. I think I seen getting the Axes from the first scatter plot using v=axis() and then setting them on second with axis(v) but I can not get to work. Any help appreciated ---