mplleaflet icon indicating copy to clipboard operation
mplleaflet copied to clipboard

Support colorbars.

Open jwass opened this issue 10 years ago • 4 comments

jwass avatar May 05 '14 12:05 jwass

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

piyushnz avatar Apr 30 '15 15:04 piyushnz

Definitely support this idea.

juanmed avatar Nov 21 '18 06:11 juanmed

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.

khalida avatar Oct 21 '19 21:10 khalida

Any updates ? :)

gottfriedmrs avatar Mar 03 '21 09:03 gottfriedmrs