Re: [Matplotlib-users] problems with autoscale_view

2010-08-29 Thread Benjamin Root
On Sun, Aug 29, 2010 at 6:29 AM, xyz wrote: > On 29/08/10 17:28, Eric Firing wrote: > > On 08/28/2010 06:40 PM, xyz wrote: > >> Hello, > >> If I use autoscale_view than: > >> * plt.text appears outside x and y coordinates > >> * and the coordinates starts do not from 0 whereas I use ax.set_xlim(0

Re: [Matplotlib-users] problems with autoscale_view

2010-08-29 Thread xyz
On 29/08/10 17:28, Eric Firing wrote: > On 08/28/2010 06:40 PM, xyz wrote: >> Hello, >> If I use autoscale_view than: >> * plt.text appears outside x and y coordinates >> * and the coordinates starts do not from 0 whereas I use ax.set_xlim(0) >> and ax.set_ylim(0) >> >> What did I wrong? > The call

Re: [Matplotlib-users] problems with autoscale_view

2010-08-29 Thread xyz
On 29/08/10 17:28, Eric Firing wrote: > On 08/28/2010 06:40 PM, xyz wrote: > >> Hello, >> If I use autoscale_view than: >> * plt.text appears outside x and y coordinates >> * and the coordinates starts do not from 0 whereas I use ax.set_xlim(0) >> and ax.set_ylim(0) >> >> What did I wrong? >>

Re: [Matplotlib-users] problems with autoscale_view

2010-08-29 Thread Eric Firing
On 08/28/2010 06:40 PM, xyz wrote: > Hello, > If I use autoscale_view than: > * plt.text appears outside x and y coordinates > * and the coordinates starts do not from 0 whereas I use ax.set_xlim(0) > and ax.set_ylim(0) > > What did I wrong? The call to autoscale_view overrides the earlier calls t