Skip to content

Commit

Permalink
Update coordinate_systems.py (#3730)
Browse files Browse the repository at this point in the history
small change
  • Loading branch information
amrear authored Apr 26, 2024
1 parent 0f268e6 commit 791a892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/mobject/graphing/coordinate_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ def construct(self):
self.set_camera_orientation(phi=2*PI/5, theta=PI/5)
axes = ThreeDAxes()
labels = axes.get_axis_labels(
Tex("x-axis").scale(0.7), Text("y-axis").scale(0.45), Text("z-axis").scale(0.45)
Text("x-axis").scale(0.7), Text("y-axis").scale(0.45), Text("z-axis").scale(0.45)
)
self.add(axes, labels)
"""
Expand Down

0 comments on commit 791a892

Please sign in to comment.