You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( this is a spin-off from issue 4153 )
During the process of self.play(Create(axes)) the functionality of .coords_to_point() is momentarily broken.
Expected behavior
The method .coords_to_point(x,y) does give the correct position on the scene when the corresponding Axes() object is not on the screen which can be used for coordinate transformations. It also works correctly when the Axes() object is placed on the scene. But during the process of the animated creation of the Axes() object the coordinate calculation is broken, which becomes apparent when .c2p() is used in an updater which is active during the creation of the Axes() object.
Description of bug / unexpected behavior
( this is a spin-off from issue 4153 )
During the process of
self.play(Create(axes))
the functionality of.coords_to_point()
is momentarily broken.Expected behavior
The method
.coords_to_point(x,y)
does give the correct position on the scene when the correspondingAxes()
object is not on the screen which can be used for coordinate transformations. It also works correctly when theAxes()
object is placed on the scene. But during the process of the animated creation of theAxes()
object the coordinate calculation is broken, which becomes apparent when.c2p()
is used in an updater which is active during the creation of theAxes()
object.How to reproduce the issue
Code for reproducing the problem
Additional media files
rendered video ManimCE 0.19.0
weird.mp4
System specifications
System Details
python/py/python3 --version
): 3.13 and 3.11Additional comments
The text was updated successfully, but these errors were encountered: