Uwe Zimmermann

Results 93 comments of Uwe Zimmermann

The template which appears when you file a new issue tells you how to correctly format code here on Github... However, try the following way to render your scenes instead:...

I suggest that you at least try to write your messages in English. Very few of us have English as their native language, but as far as I am aware...

```py class fractions(Scene): def construct(self): # Nội dung bên trái - Tách từng dòng MathTex ra riêng biệt line1 = MathTex(r"\text{VD: } y=f(x)=x^2. \text { some text } -2", font_size=26).to_edge(LEFT).shift(UP...

> Thank you. Could you explain the phenomenon where the fraction bar in my numerator and denominator automatically disappears when it first appears in the video, as per the initial...

Still this remains a problem in the underlying Pango library and nothing which could easily be affected from within Manim.

I don't think it's relevant here, but why do you think that a MikTeX installation on your system is a "pain in the ass"?

The problem is caused by the fact that updating is suspended during the `LaggedStart()` animation, but it is not resumed automatically afterwards. ```py class laggingUpdater(Scene): def construct(self): vt = ValueTracker(0)...

I would say the expected behavior would be: list of coordinates - in list of coordinates out But I can also imagine that it is not easy to distinguish the...

It's not a bug, it's a feature. In Manim an object's position is generally identified by the center point of a rectangular bounding box around the object. This center point...

In case you intend to rotate your triangle more often in this script, then you should use `tri.rotate(angle, about_point=tri.get_center_of_mass())` This will keep the center of mass of the triangle fixed...