@@ -2228,9 +2228,10 @@ def add_collection3d(self, col, zs=0, zdir='z'):
22282228 modifying the object and adding z coordinate information.
22292229
22302230 Supported are:
2231- - PolyCollection
2232- - LineCollection
2233- - PatchCollection
2231+
2232+ - PolyCollection
2233+ - LineCollection
2234+ - PatchCollection
22342235 """
22352236 zvals = np .atleast_1d (zs )
22362237 zsortval = (np .min (zvals ) if zvals .size
@@ -2404,12 +2405,12 @@ def bar3d(self, x, y, z, dx, dy, dz, color=None,
24042405 When coloring the faces of the boxes specifically, this is
24052406 the order of the coloring:
24062407
2407- 1. -Z (bottom of box)
2408- 2. +Z (top of box)
2409- 3. -Y
2410- 4. +Y
2411- 5. -X
2412- 6. +X
2408+ 1. -Z (bottom of box)
2409+ 2. +Z (top of box)
2410+ 3. -Y
2411+ 4. +Y
2412+ 5. -X
2413+ 6. +X
24132414
24142415 zsort : str, optional
24152416 The z-axis sorting scheme passed onto `~.art3d.Poly3DCollection`
@@ -2724,16 +2725,16 @@ def voxels(self, *args, facecolors=None, edgecolors=None, shade=True,
27242725 facecolors, edgecolors : array-like, optional
27252726 The color to draw the faces and edges of the voxels. Can only be
27262727 passed as keyword arguments.
2727- This parameter can be:
2728-
2729- - A single color value, to color all voxels the same color. This
2730- can be either a string, or a 1D rgb/rgba array
2731- - ``None``, the default, to use a single color for the faces, and
2732- the style default for the edges.
2733- - A 3D ndarray of color names, with each item the color for the
2734- corresponding voxel. The size must match the voxels.
2735- - A 4D ndarray of rgb/rgba data, with the components along the
2736- last axis.
2728+ These parameters can be:
2729+
2730+ - A single color value, to color all voxels the same color. This
2731+ can be either a string, or a 1D rgb/rgba array
2732+ - ``None``, the default, to use a single color for the faces, and
2733+ the style default for the edges.
2734+ - A 3D ndarray of color names, with each item the color for the
2735+ corresponding voxel. The size must match the voxels.
2736+ - A 4D ndarray of rgb/rgba data, with the components along the
2737+ last axis.
27372738
27382739 shade : bool, default: True
27392740 Whether to shade the facecolors. Shading is always disabled when
0 commit comments