3D animations need a concept of global positional scales, like 2D
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Description
For example, the scales need to be expanded and remain fixed here
plot_ly(x = 1:10, y = c(1:5, 5:1), z = 1:10, frame = rep(1:2, 5))
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
Reproduce the supplied plot_ly example with its two animation frames and observe how the 3D scales change. Trace the existing 2D animation scale behavior and compare it with the 3D path, using the repository's relevant animation and plotting entry points. Done means the 3D scales expand as needed and remain fixed across frames.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100