英文: Manim: How to create a table with Tex in it? and grid only in first line? 问题 以下是翻译好的部分: 第一个问题的代码...
Manim文本不会闪烁。我得到的错误是“’c^’不是一个被识别的颜色”。
英文: Manim Text does not bilink. The error i get is "'c^' is not a recognized color"...
Manim 在 Google Colab 上无法安装。
英文: Manim not installing on Google Colab 问题 I did pip install manim and got an error: Getting requir...
manim中更改背景颜色后的对象颜色
英文: Objects' color after changing background color in manim 问题 我尝试更改manim视频中场景的背景颜色为self.camera....
两个Manim动画不同时显示
英文: Two manim animations not displaying at the same time 问题 class IntroToEquation(Scene): def constr...
TypeError: LinearGradient.__new__() 需要精确的4个参数(只提供了2个)
英文: Error in manim TypeError: LinearGradient.__new__() takes exactly 4 arguments (2 given) 问题 问题显然出现...
以一种奇怪的方式写。
英文: Write in a bizzare way 问题 如何以奇特的方式? 例如,我想要这个图像(从外部开始): 英文: How can I a bizzare way? For example,...
可以不用每次都创建新的 Mobject,而是可以交替使用 MathTex() 和 Text() 吗?
英文: Is it possible to use MathTex() and Text() alternately without always creating a new Mobject? 问题...
Problem in manim animation 只有最后2秒。
英文: Problem in manim animation only last 2 seconds 问题 类 PendBall(Scene): def 构造(self): 正方形 = 正方形(边长=...
你可以在Manim中如何将FadeIn和FadeOut组合在一个动画中?
英文: In Manim, how can I combine FadeIn and FadeOut in one animation? 问题 我正在尝试创建一个动画,该动画会将MathTex淡入然后...