I am trying to create a cosine graph using Manim but it was different from the actual graph. How should I edit my code to make it the actual graph. Thanks in advance. from manim import * from numpy ...
I was looking for a way to plot the tangent (small sectant) at a point and then move it along the graph. I could succeed with the first part but could not move it (and I tried to find it in the old ...