[Matplotlib-users] Multiple Projections On Same Axes

2015-06-29 Thread T J
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

[Matplotlib-users] TypeError: Dimensions of C (645, 536) are incompatible with X (538) and/or Y (646); see help(pcolormesh)

2015-06-29 Thread Ronquillo, Edgar Nahum
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 ---