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

Skip to content

Commit 6881bb9

Browse files
committed
DOC: data parameter stubs
1 parent 55a9da4 commit 6881bb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,6 +2968,9 @@ def bar3d_grid(self, x, y, z, dxy='0.8', z0=0, **kwargs):
29682968
z-position of the base of the bars. All bars share the same base
29692969
value.
29702970
2971+
data : indexable object, optional
2972+
DATA_PARAMETER_PLACEHOLDER
2973+
29712974
**kwargs
29722975
Any additional keyword arguments are forwarded to
29732976
`~.art3d.Poly3DCollection`.
@@ -3017,6 +3020,9 @@ def hexbar3d(self, x, y, z, dxy='0.8', z0=0, **kwargs):
30173020
z-position of the base of the bars. All bars share the same base
30183021
value.
30193022
3023+
data : indexable object, optional
3024+
DATA_PARAMETER_PLACEHOLDER
3025+
30203026
**kwargs
30213027
Any additional keyword arguments are forwarded to
30223028
`~.art3d.Poly3DCollection`.

0 commit comments

Comments
 (0)