I want to change the position of an folium map legend, I searched and tried a lot but it is not working.
fill_color="OrRd",
fill_opacity=0.55,
line_opacity=.35,
highlight=True,
show=False,
line_color='black',
legend_name='Amount of Accidents in District'
)
I read the API but I do not found anything. Also the legend_position = "bottom left" did not worked out. Do somebody know how I can specify the position of this. And also make the title bold?