Skip to content

Commit ca745ef

Browse files
FloChehabConengmo
authored andcommitted
Fixed choropleth (#1005)
Better handling of binning and color scales in the choropleth method in the Map class. Add nan_fill_color and nan_fill_opacity arguments. The `threshold_scale` argument has been deprecated in favor of the new, richer `bins` argument. The old `threshold_scale` argument still works though.
1 parent b308dad commit ca745ef

5 files changed

Lines changed: 269 additions & 127 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- Add MousePosition plugin (btozer #916)
77
- Add Minimap plugin (talbertc-usgs #968)
88
- Replace Rawgit CDN with Githack (jtbaker #1002)
9+
- Handling of NaN and missing values in choropleth (FloChehab #1005)
10+
11+
API changes
12+
13+
- `threshold_scale` argument of choropleth is replaced by `bins` (FloChehab #1005)
914

1015
Bug Fixes
1116

examples/GeoJSON_and_choropleth.ipynb

Lines changed: 101 additions & 31 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)