Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad61d2e commit ee7ce5fCopy full SHA for ee7ce5f
lib/mpl_toolkits/mplot3d/art3d.py
@@ -1440,7 +1440,7 @@ def _compute_zorder(self):
1440
class HexBar3DCollection(Bar3DCollection):
1441
"""
1442
Hexagonal prisms with uniform cross section, bases located on z-plane at *z0*,
1443
- aranged in a regular grid at *x*, *y* locations and height *z - z0*.
+ arranged in a regular grid at *x*, *y* locations and height *z - z0*.
1444
1445
_n_faces = 8
1446
@@ -1658,7 +1658,7 @@ def _camera_position(ax):
1658
1659
1660
def _get_data_step(x, axis=0):
1661
- # for data arange in a regular grid, get the size of the data step by
+ # for data arrange in a regular grid, get the size of the data step by
1662
# looking for the first non-zero step along an axis.
1663
# If axis is singular, return 1
1664
0 commit comments