rraymondgh
rraymondgh
partial SSD failure so lost all supplementary work I had done on this PR so would be unable to get it to completion anymore. also having worked on this really...
closes #2564
@martinfleis I've started coding up a fix. Looking at permutations of `cmap`, `scheme` and `legend`. I believe some restrictions are needed - cannot have `scheme` and a **branca** `cmap` -...
As noted it is straight forward to code behaviour you want: ``` import geopandas as gpd import numpy as np r = np.random.RandomState(42) gdf = gpd.read_file(gpd.datasets.get_path("naturalearth_cities")) gdf["cool"] = r.uniform(0, 10,...
@martinfleis I'll take a look at cloning **mapclassify** and fixing there. for now I'll leave this PR open
I coded pretty much and identical solution, actually switched to new version as of Matplotlib 3.5. that I believe is needed so that we don't have deprecation warning generated by...
> I see that the [Colormap Registry](https://matplotlib.org/3.5.3/users/prev_whats_new/whats_new_3.5.0.html#colormap-registry-experimental) was added in `matplotlib==3.5.0`. However, CI [fails](https://github.com/geopandas/geopandas/actions/runs/3246874730/jobs/5326152154#step:5:11383) when [`matplotlib==3.5.2`](https://github.com/geopandas/geopandas/actions/runs/3246874730/jobs/5326152154#step:4:48), as shown [above](https://github.com/geopandas/geopandas/pull/2596#issuecomment-1278376396). It's highly likely I'm missing something obvious though. color registry came...
@jGaboardi @jorisvandenbossche when merging this with #2590 I realised min MPL version is 3.6.1 not 3.6 for this change. Have changed this when I merged
@martinfleis yes just a warning. Surprised me when I saw it for first time, wasting time on looking for other data quality issues ...
> Conda build failures seem sporadic and unrelated... They are - there are issues with **39-latest-conda-forge.yaml** at moment with a bit on chat on gitter Change looks ok - but...