Skip to content

Instantly share code, notes, and snippets.

@jaddoescad
Created March 9, 2019 23:38
Show Gist options
  • Save jaddoescad/22b8d8c023de007686a6a978b47154c0 to your computer and use it in GitHub Desktop.
Save jaddoescad/22b8d8c023de007686a6a978b47154c0 to your computer and use it in GitHub Desktop.
draw vector in manim
from big_ol_pile_of_manim_imports import *
# Move shapes
class DrawVector(Scene):
def construct(self):
vector = Vector(direction=UP)
self.play(ShowCreation(vector))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment