legendgram icon indicating copy to clipboard operation
legendgram copied to clipboard

Do smart things by default

Open ljwolf opened this issue 6 years ago • 1 comments

Recently, I've been finding that I like the following "style" of legendgram interaction with continuously-varying classifications coming from geopandas:

legendgram(f,ax, data, np.percentiles(data, q=(1,*np.arange(10,100,10), 99), ...)

where the palettable palette is chosen to be something with 11 categories matching the map.

I think we should make this happen if no breaks are provided.

ljwolf avatar May 11 '18 09:05 ljwolf

addressed in #11

ljwolf avatar Apr 09 '20 16:04 ljwolf