Thans a lot Eric for the fast and detailed answer!

On Thu, Jun 6, 2013 at 9:24 PM, Eric Firing <efir...@hawaii.edu> wrote:

> On 2013/06/06 2:08 AM, Julien Cornebise wrote:
> > Dear all
> >
> > I am puzzled: in the following code, when I call clim() *after* having
> > created 3 subplots, only the last subplot takes the new limits into
> > account. All other subplots ignore it. Xlim(), on the countrary, works
> > as intended. Everything works fine when I set the clim()  at creation
> time.
>
> I see what the problem is, so I expect to come up with a PR for it in a
> day or two.
>
> In the meantime, as a workaround, change your clim() line to:
>
>      plt.gca()._gci().set_clim((5,10))
>
> Eric
>
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to