Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a65c7b8

Browse files
KentKent
Kent
authored and
Kent
committed
Fix flake8 violations in new description
1 parent 4ee377f commit a65c7b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ def __init__(
6868
The projection type, default 'persp'.
6969
computed_zorder : bool, default: True
7070
If True, the draw order is computed based on the average position
71-
of the `.Artist`\s along the view direction.
72-
Set to False if you want to manually control the order in which Artists
73-
are drawn on top of each other using their *zorder* attribute. This
74-
can be used for fine-tuning if the automatic order does not produce
75-
the desired result. Note however, that a manual zorder will only be
76-
correct for a limited view angle. If the figure is rotated by the user,
77-
it will look wrong from certain angles.
71+
of the `.Artist`s along the view direction.
72+
Set to False if you want to manually control the order in which
73+
Artists are drawn on top of each other using their *zorder*
74+
attribute. This can be used for fine-tuning if the automatic order
75+
does not produce the desired result. Note however, that a manual
76+
zorder will only be correct for a limited view angle. If the figure
77+
is rotated by the user, it will look wrong from certain angles.
7878
auto_add_to_figure : bool, default: True
7979
Prior to Matplotlib 3.4 Axes3D would add themselves
8080
to their host Figure on init. Other Axes class do not

0 commit comments

Comments
 (0)