We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a35c5 + 4f8a237 commit 6c74921Copy full SHA for 6c74921
examples/plotmap_masked.py
@@ -40,7 +40,7 @@
40
palette = plt.cm.YlOrRd
41
palette.set_bad('aqua', 1.0)
42
# plot image over map with imshow.
43
-im = m.imshow(topodatm,palette,norm=colors.normalize(vmin=0.0,vmax=3000.0,clip=False))
+im = m.imshow(topodatm,palette,norm=colors.Normalize(vmin=0.0,vmax=3000.0,clip=False))
44
m.colorbar(im,pad='12%') # draw colorbar
45
# plot blue dot on boulder, colorado and label it as such.
46
xpt,ypt = m(-104.237,40.125)
0 commit comments