Uwe Zimmermann
Uwe Zimmermann
## Description of bug / unexpected behavior nothing really critical, but perhaps someone could just quickly change this `functions.py` line 105 ```py class ParametricFunction(VMobject, metaclass=ConvertToOpenGL): def __init__( self, function: Callable[[float],...
## Description of bug / unexpected behavior When adding an object to a scene using `LaggedStart()` no updaters are recognized: - not when using `.add_updater()` before adding to the scene...
## Description of bug / unexpected behavior According to the documentation, the argument of `.c2p()` may be individual values for x, y (and z), as well as lists, lists of...
## Description of bug / unexpected behavior ( this is a spin-off from [issue 4153](https://github.com/ManimCommunity/manim/issues/4153) ) During the process of `self.play(Create(axes))` the functionality of `.coords_to_point()` is momentarily broken. ## Expected...
## Description of bug / unexpected behavior The Quickstart tutorial recommends the use of `manim init project` but this creates a `manim.cfg` file which distorts the default coordinate system used...