Uwe Zimmermann

Results 93 comments of Uwe Zimmermann

This is almost too long ago for me to remember what I did, how and why. Let me check later...

The code object uses invisible characters for internal formatting. Have a look at this code piece which might help you: https://gist.github.com/abul4fia/b1e49ff695725c38e22969c8b8a0dc3e

> I have similar problems today In the first time, I want to render a long TeX like the code. - Is this a new question or a comment about...

If it is a new problem you will need to provide the exact code you used - nobody will be able to reproduce and diagnose your problem from the error...

> you can set it outside of Manim, e.g. > > ```python > random.seed(...) > rand_color = random_bright_color() > ``` > > Do you mind elaborating? I believe for that...

The problem only arises when later adding a tip to the `NumberLine()` object. Scaling of both tipped and untipped nmberlines works as expected ```py class nlineScaling(Scene): def construct(self): nline1 =...

I cannot reproduce your problem. I mean the function which you have in your code has not a single visible point within the axes of your scene, neither has your...

It still does not for me - rendered with "3" and `manim -pql .\20240613_01.py Prove` ![bild](https://github.com/ManimCommunity/manim/assets/8582807/70302dc5-c71a-45a1-a565-851b03e9714b) https://github.com/ManimCommunity/manim/assets/8582807/e82e3a41-c14a-456d-bf56-64ccae2d5bc1 rendered with "9" ![bild](https://github.com/ManimCommunity/manim/assets/8582807/c0601705-1b8a-433f-a039-1f5040ede34d) https://github.com/ManimCommunity/manim/assets/8582807/1c3ebb95-5463-4645-b268-5feb2702d8f1 The log-output also suggest that Manim uses some...

Exactly the same has been reported before - and supposedly at least then, a re-installation of the skia package solved the problem: https://github.com/ManimCommunity/manim/issues/3456

Just to highlight part of the problem, the following code referencing the `always_redraw`n number plane in the updater for the plotted curve does not work - the number plane scales...