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

## Overview: What does this pull request change? Correctly align lines when creating a new NumberPlane object with `faded_line_ratio` property. ### Before ![image](https://user-images.githubusercontent.com/51194912/183842344-5cbca7ba-81df-4c53-880a-f4bb73611517.png) ### After ![image](https://user-images.githubusercontent.com/51194912/183842247-28d43037-b4bd-4ef3-8c9f-9aa389af211a.png) ## Further Information and...

updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.38.0) - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971) - [github.com/codespell-project/codespell: v2.1.0 →...

## Overview: What does this pull request change? - Add conda installation documentation - fix spelling of "macOS" - Add "Working with Manim" section in Linux installation page ## Motivation...

…_color within image_mobject ## Overview: What does this pull request change? Corrected the code comment parameters for image_mobject/interpolate_color as mobject1 was duplicated. Updated the description to refer to the ImageMobject...

```python ... def interpolate_color(self, mobject1, mobject2, alpha): """Interpolates an array of pixel color values into another array of equal size. Parameters ---------- mobject1 : ImageMobject The ImageMobject to transform from....

## Description of proposed feature A slice function like Numpy.Array,for example: a = VGroup(Vgroup(..), ...) # 2 dim vgroup a[1:4, 2:4] # slice ## How can the new feature be...

new feature

## Overview: What does this pull request change? Add documentation to `three_dimensions`. ## Motivation and Explanation: Why and how do your changes improve the library? More thorough and complete documentation...

## Overview: What does this pull request change? Fix the problem that the argument run_time is not successfully passed to `Circumscribe` when it is passed inside `Scene.play()` but outside `Circumscribe()`....

## Description of bug / unexpected behavior When using a custom LaTeX template, fractions are rendered incorrectly (no fraction line or only fraction line). The generated .tex, .svg and .pdf...

## Description of bug / unexpected behavior I have two different MarkupTexts arranged in a column: one up and one down. Each text gets transformed via `TransformMatchingShapes`. The text above...