Skip to content

Commit d61edb2

Browse files
nhansendevscottshambaugh
authored andcommitted
Update art3d.py formatting
1 parent 5ce39b3 commit d61edb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def _get_data_scale(X, Y, Z):
800800

801801
# Estimate the scale using the RSS of the ranges of the dimensions
802802
return np.sqrt(np.ptp(X) ** 2 + np.ptp(Y) ** 2 + np.ptp(Z) ** 2)
803-
803+
804804

805805
class Path3DCollection(PathCollection):
806806
"""

0 commit comments

Comments
 (0)