Skip to content

Bring None or NaN values to the back #190

@hadim

Description

@hadim

It might be nice to always or behind a flag bring None or NaN values to the back in the Z axis of the scatter plot.

One way to do that is to perform a sort operation, such as:

data = data.sort_values("x", na_position="first")

It works well but comes at the cost of a sort operation and won't work when the color_by value is modified dynamically.

I am not familiar with the API and the JS code, but maybe there is a way to efficiently modify the z for None or NaN values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions