Improve 3D scatter plot example visualization
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- data-visualization, documentation
Research direction
Start at the 3D scatter plot example linked in the issue and compare its current marker settings with the proposed trace snippets. Adjust the example to use smaller markers and lower opacity so the data structure and density are easier to see. Done means the updated example renders the clearer visualization shown in the attached screenshot.
Written by the indexing model from the issue text.
Description
The example from https://plotly.com/javascript/3d-scatter-plots/ is not a good visualization just because there is so much being plotted and the points are so large, which makes it even more difficult to estimate density. Setting lower opacity and smaller circles makes it much easier to see the structure of the data, which is already challenging for any kind of 3D plot. This can be tweaked depending on what we aim to showcase in the data.
New traces
var trace1 = {
x:unpack(rows, 'x1'), y: unpack(rows, 'y1'), z: unpack(rows, 'z1'),
mode: 'markers',
marker: {
size: 2,
opacity: 0.5},
type: 'scatter3d'
};
var trace2 = {
x:unpack(rows, 'x2'), y: unpack(rows, 'y2'), z: unpack(rows, 'z2'),
mode: 'markers',
marker: {
color: 'rgb(127, 127, 127)',
size: 4,
symbol: 'circle',
line: {
color: 'rgb(204, 204, 204)',
width: 1},
opacity: 0.8},
type: 'scatter3d'};
New scatter plot

- Dominant language
- Jupyter Notebook
- Stars
- 59
- Forks
- 73
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from plotly/graphing-library-docs
-
documentation P2 size: 1
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
plotly/graphing-library-docs#469 ·
-
documentation P1 plotly-internal size: 1
Difficulty 2/5 1-3 hours Newbie friendliness 58/100
plotly/graphing-library-docs#473 ·
-
documentation P2 size: 1
plotly/graphing-library-docs#470 · 1 assignee ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 58/100
plotly/graphing-library-docs#406 ·
-
documentation enhancement
plotly/graphing-library-docs#383 · 1 assignee ·
All issues in plotly/graphing-library-docs
Similar issues
-
Urgent request: Due to vulnerabilities move to API version 12.6.1 (12.6.2 eventually) or 13.1.1 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
jbkunst/highcharter#849 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
AOSSIE-Org/OrgExplorer#245 · 1 assignee ·
-
tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
gordonwatts/test-wsl2-llm#151 ·