Skip to content

Commit

Permalink
Don't assign a fixed default depth to ThreeDAxes
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Nov 6, 2023
1 parent 0d046a7 commit 2cdb85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manimlib/mobject/coordinate_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def __init__(
z_range: RangeSpecifier = (-4.0, 4.0, 1.0),
z_axis_config: dict = dict(),
z_normal: Vect3 = DOWN,
depth: float = 6.0,
depth: float | None = None,
flat_stroke: bool = False,
**kwargs
):
Expand Down

0 comments on commit 2cdb85c

Please sign in to comment.