ManimCommunity / ManimCommunity/manim

Changing values in a table

Open
#2,922 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new feature
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.