When I read the transformations documentation:
http://matplotlib.org/devel/add_new_projection.html#creating-a-new-projection
it seems like each projection is tied to an Axes instance. How might I go
about plotting two different projections on the same axes? Let's just
assume that the actual axes
Hello,
I am getting this error when I try calling pcolormesh this way:
pcolormesh(x, y, data.T, cmap=cmap, vmin=0, vmax=100)
I am doing the transpose of data so I don't know what could be causing this. By
the way, it does work with some images. Any suggestions?
Thanks in advance
---