plotly / plotly/plotly.js

add more 3d point selection options

Open
#3,511 10 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature P3
Dominant language
JavaScript
Stars
18.3k
Forks
2k
Avg merge
2d 12h
Merged PRs (30d)
28

Description

ipyvolume has a nice implementation of this where there are 3 possible selection modes: rectangle, circle, and lasso (https://github.com/maartenbreddels/ipyvolume/issues/124#issuecomment-376805210)

1_wba4ev2et10plqojaho1qa
(GIF via https://towardsdatascience.com/multivolume-rendering-in-jupyter-with-ipyvolume-cross-language-3d-visualization-64389047634a)

This would probably be mostly useful for Dash; manually select a subset of points in a 3d plot and let the Dash app do something with that subset.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing 3D point-selection behavior and the linked ipyvolume example, focusing on how selections could be exposed to Dash. Done means a 3D plot supports rectangle, circle, and lasso selection modes and provides the selected point subset to the Dash app.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data-visualization
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.