Open alexgleith opened 7 months ago
It's actually an issue with mapping function itself, it doesn't know of norm=
so passes it on to folium/ipyleaflet, where it tries to push it to JavaScript, hence the error.
So these need to be augmented to understand norm=
parameter:
Hey folks
Not sure if this is expected to work, but I have a nice colourmap for a categorical plot, example here.
Code is something like this:
Would it be possible for the amazing
explore()
function to be able to render with these colourmaps? Currently it fails withTypeError: Object of type BoundaryNorm is not JSON serializable