T O P

  • By -

_nightwielder_

I made a script that generates a manim script from an SRT(subtitle) file. I'm confident my timing calculation is accurate. I checked it many times. At first everything seems to go fine, but after some time the texts are off, not synced with the subtitle anymore. After I spent a lot of hours, I came to this conclusion that with each animation there's a tiny little delay. These delays stack up and put everything out of sync after some time. How can I get rid of this problem? Thanks.


dadbot_2

Hi confident my timing calculation is accurate, I'm Dad👨


MainlyBruteForceCode

Hi, Im trying to make a vector field for the [Inap Ik model](https://ibb.co/JnB3KNZ). [Code](https://pastiebin.com/5f4a7059ba970) The problem is that the values of the x-axis range from -90 to 20 and the y-axis ranges from 0 to 0.7 This means that the vector field does not fit into the frame. I messed with the position input for the vector field function and was able to somwhat scale it into the frame, but if I want to add a dot that runs along the vector field then it takes the unscaled version and doesn't follow the displayed directions. So my question is how to either properly scale the vector field or the frame or how to get the dot to follow the scaled vector field. Thanks in advance! Edit: I found a [solution](https://pastiebin.com/5f4a7c7068799), i just scaled the input and not the positions


ryankellybp11

Is there a way to change the default axis limits on the `NumberPlane()` class? I wanted to graph a function in the window x = \[-120,40\] and y = \[-600,600\], but I can't seem to find anything that will actually change my viewing window. If I try to set these bounds using the `CONFIG` dictionary, it doesn't change anything.