Andrea,
I agree, the colorbar should dynamically update. A workaround might
be to simply call colorbar every time you update the image data.
At least part of a longer-term solution may be to change colorbar so
that instead of always using contourf, it uses imshow when it is being
used with a nearly continuous set of colors instead of a small discrete set.
I have not had time to look at this closely, but I can add it to my list.
Eric
and...@ti... wrote:
> Hello NG,
>
> I haven't stated my question very clearly, probably. I
> am trying to use imshow() with a dinamically changing set of matrices.
> What my application does, is just to respond to a user selection from
> awxPython radiobutton and, based on the user's choice, display a
> different matrix on a matplotlib figure (I am using the OO interface).
> I also have an horizontal colorbar to let the user orient himself over
> the matrix values. Well, these matrices have different magnitues in
> value, and I was expecting that the colorbar would be updated with the
> new image data.
> Isn't the colorbar supposed to update when the input
> image/pcolor/whatever changes?
|