ManimCommunity / ManimCommunity/manim
Functionality to allow the usage of `Text` for axes ticks and labels in GraphScene.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 40.9k
- Forks
- 3.1k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 25
Description
It would be really nice if there was a way to use `Text` obejcts as axes ticks and labels instead of `Tex` in GraphScene as writing `Tex` takes a lot of time.
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 GraphScene and the code that creates axes ticks and labels, then compare how Text and Tex objects are handled. Confirm the supported Text usage and determine the expected behavior for both ticks and labels. Done means GraphScene can use Text objects in place of Tex objects for these elements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100