Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue using both add_fixed_in_frame_mobjects and TransformMatchingTex #4085

Open
quentinplsrd opened this issue Jan 2, 2025 · 1 comment

Comments

@quentinplsrd
Copy link

I have an issue when displaying a LaTeX equation in a ThreeDScene using add_fixed_in_frame_mobjects , and then trying to update the equation with TransformMatchingTex.

The initial equation displays perfectly, but there is a glitch when updating the equation.
The updated equation is first displayed on the (x,y) plane of the 3d scene, then disappear, then correctly displays on the frame like it should, but without the smooth transformation expected by TransformMatchingTex

        self.add_fixed_in_frame_mobjects(eq3.shift(DOWN*3.3))
        self.play(Write(eq3))
        self.wait()
        self.add_fixed_in_frame_mobjects(eq4.shift(DOWN*3.3))
        self.play(TransformMatchingTex(eq3,eq4))
        self.wait()

Is it a known issue, or am I doing this incorrectly?

Thanks

@uwezi
Copy link
Contributor

uwezi commented Jan 2, 2025

"issues" are meant to report bugs in the code base, not questions about your own code.

I'd suggest that you come over to the Discord server - there have been several previous discussions and solutions on these topics.
https://docs.manim.community/en/stable/faq/general.html?highlight=discord#where-can-i-find-more-resources-for-learning-manim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants