mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Don't assign a fixed default depth to ThreeDAxes
This commit is contained in:
parent
0d046a7eab
commit
2cdb85cae9
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ class ThreeDAxes(Axes):
|
||||||
z_range: RangeSpecifier = (-4.0, 4.0, 1.0),
|
z_range: RangeSpecifier = (-4.0, 4.0, 1.0),
|
||||||
z_axis_config: dict = dict(),
|
z_axis_config: dict = dict(),
|
||||||
z_normal: Vect3 = DOWN,
|
z_normal: Vect3 = DOWN,
|
||||||
depth: float = 6.0,
|
depth: float | None = None,
|
||||||
flat_stroke: bool = False,
|
flat_stroke: bool = False,
|
||||||
**kwargs
|
**kwargs
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Reference in a new issue