Paul Anton Letnes wrote:
> Hi,
>
>
> I'm having strange problems with contourf plots. The plotting routine is
> rather elaborate, so I don't have an easy way to reproduce the problem
> (unfortunately). The problem should be evident from the attachments. As
> you can see, the contourf routine d
Hi
This should be so simple, but I have been struggling for a long time trying
to create a square plot of exact dimensions (so a series of them can be
overlaid later), with x and y axis limits identical and set by me
(preferably without the plot limits updating automatically as I add or
delete dat
The axes_grid toolkit is base on use cases for images of aspect 1, and
I haven't carefully considered cases where the aspect is different
from 1. And I guess this is one of such cases I overlooked.
Please try to add below lines in your code (I couldn't try your code
because of the missing data fil
Hi,
I am trying to use matplotlib to visually explore certain different
representation of images. I have the core functionality done. This allows to
explore one image that appears on two subplots w/ the possibility to highlight
regions on either subplot and see the corresponding one on the other.