Skip to content

help for Choropleth(fill_color=...) is missing values #1765

Open
@FlorinAndrei

Description

@FlorinAndrei

Describe the bug

https://github.com/python-visualization/folium/blob/main/folium/features.py#L1372

Quote:

fill_color: string, optional
    Area fill color, defaults to blue. Can pass a hex code, color name,
    or if you are binding data, one of the following color brewer palettes:
    'BuGn', 'BuPu', 'GnBu', 'OrRd', 'PuBu', 'PuBuGn', 'PuRd', 'RdPu',
    'YlGn', 'YlGnBu', 'YlOrBr', and 'YlOrRd'.

This is incomplete. You can also do Choropleth(fill_color='viridis') and it works just fine.

So it looks like it can use other things from branca.colormap but I'm not sure what is the full extent of options that Choropleth would accept.

Expected behavior

The help should describe the actual behavior there. I would propose a PR, but again, I am not sure what are all the options that are acceptable there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationDocumentation about a certain topic should be added

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions