mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Updating coordinate system mobjects
This commit is contained in:
@ -65,7 +65,7 @@ class SlopeOfCircleExample(ZoomedScene):
|
||||
|
||||
def setup_plane(self):
|
||||
self.plane = NumberPlane(**self.plane_kwargs)
|
||||
self.plane.main_lines.fade()
|
||||
self.planes.fade()
|
||||
self.plane.add(self.plane.get_axis_labels())
|
||||
self.plane.add_coordinates()
|
||||
|
||||
|
Reference in New Issue
Block a user