mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Much pythagoras, plus better point thickness and display implementations
This commit is contained in:
@ -16,8 +16,8 @@ from script_wrapper import command_line_create_scene
|
||||
|
||||
class SampleScene(Scene):
|
||||
def construct(self):
|
||||
plane = NumberPlane(density = 400)
|
||||
arrow1 = Arrow(ORIGIN, UP, color = "green")
|
||||
plane = NumberPlane()
|
||||
arrow1 = Arrow(ORIGIN, UP, color = "green", point_thickness = 5)
|
||||
arrow2 = Arrow(ORIGIN, LEFT, color = "Red")
|
||||
self.add(plane, arrow1, arrow2)
|
||||
|
||||
|
Reference in New Issue
Block a user