Darylgolden
Darylgolden
It would be helpful if the user can specify the tolerance for whether a slightly offset point would be considered on the curve.
## Description of proposed enhancement Currently, the [default template used](https://github.com/ManimCommunity/manim/blob/main/manim/utils/tex_templates.py#L63-L64) for TeX is the 3blue1brown template, which contains a [rather lengthy](https://github.com/ManimCommunity/manim/blob/main/manim/utils/tex_templates.py#L25-L46) preamble. While this can be changed, not many users...
## Enhancement proposal - Manim's colors are defined twice, [once in an enum](https://github.com/ManimCommunity/manim/blob/main/manim/utils/color.py#L33-L260) and once as [constants](https://github.com/ManimCommunity/manim/blob/main/manim/utils/color.py#L286-L366). It seems like the Enum was introduced in #488 as an attempt to...
## Enhancement proposal Currently, `.pot` files are not automatically updated when docstrings change, meaning they have to be manually regenerated regularly. This is not ideal, as translators may be translating...
## Description of bug / unexpected behavior The following scene: ```py from manim import * class Frac(Scene): def construct(self): tri = RegularPolygon(n=3, fill_opacity=1, stroke_opacity=0, fill_color=GREEN) tri.scale(2) a, b, c =...
## Enhancement proposal Will allow developers to more easily check how graphical unit tests are failing. One step towards allowing our GitHub CI to automatically post these diffs as well....
## Enhancement proposal Our docs on [typings](https://docs.manim.community/en/stable/contributing/typings.html) is outdated and does not reflect best practices and consensus on how typings should be added to the codebase. ## Additional comments
Hi! Apologies if this is already covered in the docs; I couldn't find it there. Is there an option not to store the cache in disk, and instead just hold...
**Description** Clicking on Sphinx at the bottom right corner of the docs leads to a dead link. **Possible Solution** Although https://github.com/guzzle/guzzle_sphinx_theme/pull/49 has fixed the issue in the repo, it needs...
**Describe the bug** On the interactive [here](https://www.3blue1brown.com/lessons/newtons-fractal), scrolling up zooms the view all the way in, rather than zooming in slowly. **To Reproduce** Steps to reproduce the behavior: 1. Go...