manim icon indicating copy to clipboard operation
manim copied to clipboard

A community-maintained Python framework for creating mathematical animations.

Results 582 manim issues
Sort by recently updated
recently updated
newest added

Add QuadraticFormula example to basic.py - Adds educational example demonstrating quadratic formula visualization - Shows clear mathematical presentation with title and formula - Includes proper animation timing and cleanup -...

## Description of bug / unexpected behavior I drew a circle in the scene, added the -t parameter when rendering, and then added a background to the picture. I found...

## Enhancement proposal Our documentation on [tests](https://docs.manim.community/en/stable/contributing/testing.html) is slightly outdated (it does not mention graphical unit tests for video). In addition, the phrasing and grammar are awkward at many places...

enhancement
easy

## Description of bug / unexpected behavior I wanted to use a tikz-equivalent of `rounded corners` in manim to simply write the equivalent of the tikz code: ``` \draw[rounded corners,-Stealth]...

## Description of bug / unexpected behavior I wanted to use a tikz-equivalent of `-|` in manim to simply write the equivalent of the tikz code: ``` \draw[rounded corners,-Stealth] (0,0)...

## Description of bug / unexpected behavior When I added a DiGraph the edges were 'crocked'. They were not aligned from center-to-center to each 'Node' (or vertex). ![Image](https://github.com/user-attachments/assets/25dd1828-cc03-4372-a1fa-6adf4545a657) ## Expected...

## Description of bug / unexpected behavior If I try to access the color of a highlighted `Table` cell (created using `table.get_highlighted_cell()`), I get a stack overflow error (code=3221225725). Looking...

## Description of bug / unexpected behavior Even in a MovingCameraScene, there is no camera frame **when rendering with OpenGL.** ## Expected behavior A camera frame object just like in...

Fixes https://github.com/ManimCommunity/manim/issues/2884 ## Overview: What does this pull request change? - New `ColoredSingleStringMathTex` class uses latex `xcolor` package to set default colors of a TeX expression. It can take both...

This is a fix for issue https://github.com/ManimCommunity/manim/issues/4182 ## Overview: What does this pull request change? In some cases the `stroke_width` parameter is not saved as a `np.ndarray` but a `float`...