mplleaflet
mplleaflet copied to clipboard
Support colorbars.
Hi, great package!
I'm doing something along these lines:
plt.hold(True)
cs = plt.contourf(lons, lats, tempC)
#cbar = plt.colorbar(cs)
mplleaflet.show()
If I uncomment the colorbar line, it shows the map but without the colorbar and zoomed out. Is colorbar support coming soon? If not, are there any workarounds you can think of?
Thanks
Definitely support this idea.
Anyone out there had much luck getting colour bars to work with mplleaflet? Really impressed with the package but it's unfortunate that the colorbar functionality is not maintained.
Any updates ? :)