Skip to content

Discussion on adding xs, ys and zs in Line and Scatter API #394

Description

@kushalkolar

Brought up by @gviejo

Right now the LineGraphic and ScatterGraphic require a 2D or 3D array of xy or xyz data. This means that an extra step is required by the user to plot data that are non-continuous by creating an array with nans to fill the gaps. It should be easy to allow kwargs for xs, ys and zs for line/scatter, parse that into a pygfx buffer with nans, and that's basically it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions