allow users to choose contour levels in the contour and surface plot
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
From https://community.plot.ly/t/choose-levels-for-the-coutours-in-the-contour-plot/8959
Feature to draw contours on certain locations similar to iso-surface and volume: https://github.com/plotly/plotly.js/blob/216b58760aefdf8dd92c770f8ee7f62f38c03e95/src/traces/isosurface/attributes.js#L30-L39
Contributor guide
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.
Research direction
Start with the referenced src/traces/isosurface/attributes.js section, then locate the contour and surface plot trace definitions and their existing level settings. Compare the requested behavior with iso-surface and volume; done means users can choose contour levels at specified locations for both contour and surface plots.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100