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

Skip to content

Commit 8bfbb8d

Browse files
committed
DOC: Fix misrendering of kwargs
1 parent fa09097 commit 8bfbb8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,8 +2402,9 @@ def bar3d(self, x, y, z, dx, dy, dz, color=None,
24022402
When true, this shades the dark sides of the bars (relative
24032403
to the plot's source of light).
24042404
2405-
Any additional keyword arguments are passed onto
2406-
:func:`~mpl_toolkits.mplot3d.art3d.Poly3DCollection`
2405+
**kwargs
2406+
Any additional keyword arguments are passed onto
2407+
:class:`~mpl_toolkits.mplot3d.art3d.Poly3DCollection`
24072408
24082409
Returns
24092410
-------

0 commit comments

Comments
 (0)