python-visualization / branca

This library is a spinoff from folium, that would host the non-map-specific features.
https://python-visualization.github.io/branca/
MIT License
111 stars 63 forks source link

Fix a bunch of errors in `color_brewer` and add unit tests #115

Closed ajabep closed 1 year ago

ajabep commented 1 year ago

The non-qualitative schemes should be extendable. This commit adds this feature.

Fixes https://github.com/python-visualization/branca/issues/104 and https://github.com/python-visualization/branca/issues/114. Also probably fix https://github.com/python-visualization/folium/issues/1270.

Moreover, the following error was not reported via issues and are fixed:

Conengmo commented 1 year ago

Thanks again @ajabep!