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

As discussed [here](https://discord.com/channels/581738731934056449/582403919754297363/909035564030894100) you need to add `fill_opacity=0, stroke_width=3` to the `Tex` constructor for tikz to look like this: ![image](https://user-images.githubusercontent.com/57909184/141643286-d969bc16-a2bc-445d-8d33-26be5ebbaa8c.png) and not like this: ![image](https://user-images.githubusercontent.com/57909184/141643302-92eec2ea-1f74-4bee-9fdf-60e603584fba.png) This should be put in...

documentation
good first issue

## Enhancement proposal The dialog for creating a new project spawned using our CLI with `manim new` is actually pretty cool -- but unfortunately more or less completely undocumented. This...

documentation
enhancement
maintenance

## Overview: What does this pull request change? As a follow-up from a recent Discord discussion, this PR is a proof of concept for a decorator that allows to remove...

new feature
needs discussion

If we manage to get post install scripts working in manim then we can ensure ffmpeg and latex are installed on the host machine. This also opens up the avenues...

new feature

## Description of proposed feature It would be nice if the installation was easier to use. My suggestion would be to create a conda-forge recipe for manim that contains all...

new feature

## Changelog / Overview Added a parameter `rotate: bool` to `Brace.put_at_tip()` which allows `Mobjects` to be rotated in the same direction of the brace. Now you can create a BraceLabel...

new feature

## Overview: What does this pull request change? The graph's updater now uses the underlying `_set_start_and_end_attrs` method of Line-based mobjects so that it respects the boundaries of the start/end mobjects....

## Description of bug / unexpected behavior The edges connect to the center of vertices in `self.play(Create(G))` ## Expected behavior I would expect it to output a graph similar to...

## Description of bug / unexpected behavior Shouldn't the method `~.get_axis_labels()` work for both `Axes` and `ThreeDAxes`? At the moment it only works for `Axes` and returns an error when...

## Description of bug / unexpected behavior `write_to_movie` option in manim.cfg cannot be detected. but the command line `--write_to_movie` works ## Expected behavior if we write `write_to_movie = True` in...

issue:bug