How to set the location of the Folium colorbar? I want to move the colormap from topright to topleft
I am trying to use colorbar for an output variable circle plot in Folium, and I want to move the colorbar location to topleft from topright. I could do this by editing the html file, but I prefer to embed this in the python script itself. Please suggest