@@ -223,7 +223,7 def addpcolor(ax, x, y, z, zmin, zmax, xlabel='', ylabel='', title='', colormap= | |||||
223 |
|
223 | |||
224 | printLabels(ax, xlabel, ylabel, title) |
|
224 | printLabels(ax, xlabel, ylabel, title) | |
225 |
|
225 | |||
226 | ax.collections.remove(ax.collections[0]) |
|
226 | # ax.collections.remove(ax.collections[0]) | |
227 |
|
227 | |||
228 | ax.pcolormesh(x,y,z.T,vmin=zmin,vmax=zmax, cmap=matplotlib.pyplot.get_cmap(colormap)) |
|
228 | ax.pcolormesh(x,y,z.T,vmin=zmin,vmax=zmax, cmap=matplotlib.pyplot.get_cmap(colormap)) | |
229 |
|
229 |
General Comments 0
You need to be logged in to leave comments.
Login now