You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't have enough tests including the norm=Normalize(...) argument. It should work for matplotlib and also datshader (after #309), but I think we need some more tests and maybe also a bit more documentation.
Also, I noted that both seem to give the same result, not sure if that's a bug
Thanks for reporting. The instance_id column has values in [0, 1, ..., 9]. With clip=True one would expect the values [0, 1, 2, 3, 4] to have the same color, and the values [7, 8, 9] to have the same color. So it seems like that there is a bug.
Did you notice this only for matplotlib or also for datashader?
Currently, we don't have enough tests including the
norm=Normalize(...)
argument. It should work for matplotlib and also datshader (after #309), but I think we need some more tests and maybe also a bit more documentation.Also, I noted that both seem to give the same result, not sure if that's a bug
The text was updated successfully, but these errors were encountered: