ManimCommunity / ManimCommunity/manim
Changing values in a table
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 40.9k
- Forks
- 3.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 25
Description
## Description of proposed feature
Be able to change individual cell values in a Table object.
## How can the new feature be used?
For example, if a table origianally has a list of numbers from 1 to 10. Use this to change the numbers 1,3,5,7,9 to A,B,C,D,E or something like that (and animate the changes).
## Additional comments
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 by locating the Table object and reviewing how its cells are represented and animated. Define the supported way to change individual cell values, including the example of replacing selected numbers with letters, and verify that those changes can be animated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100