I have an existing set of code that adds a StepColormap to a Folium map. Here's what the current version of the map looks like:
However, I would now like to (1) increase the size of the colormap and (2) position it at the top center of the window. Is there a way to perform these updates within the original Python function that I used to create this map? If not, a solution that involves editing the HTML file would also be acceptable.
The map's underlying HTML code can be found here. I'm thinking that the answer might involve fiddling with the code near the end of the file that constructs the colormap:
I have an existing set of code that adds a StepColormap to a Folium map. Here's what the current version of the map looks like:
However, I would now like to (1) increase the size of the colormap and (2) position it at the top center of the window. Is there a way to perform these updates within the original Python function that I used to create this map? If not, a solution that involves editing the HTML file would also be acceptable.
The map's underlying HTML code can be found here. I'm thinking that the answer might involve fiddling with the code near the end of the file that constructs the colormap:
Thank you in advance for your assistance!