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

Skip to content

Commit b9ac3fc

Browse files
committed
silence warnings in art3d
1 parent fd558d9 commit b9ac3fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,12 @@ def patch_collection_2d_to_3d(col, zs=0, zdir='z', depthshade=True):
436436
:class:`Path3DCollection` object).
437437
438438
Keywords:
439+
439440
*za* The location or locations to place the patches in the
440441
collection along the *zdir* axis. Defaults to 0.
442+
441443
*zdir* The axis in which to place the patches. Default is "z".
444+
442445
*depthshade* Whether to shade the patches to give a sense of depth.
443446
Defaults to *True*.
444447

0 commit comments

Comments
 (0)