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

Skip to content

Commit 762f61b

Browse files
ShawnChen1996QuLogic
andauthored
Update lib/matplotlib/tests/test_colorbar.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent af63301 commit 762f61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def test_anchored_cbar_position_using_specgrid():
638638

639639
# the bottom left corner of one ax is (x0, y0)
640640
# the top right corner of one ax is (x1, y1)
641-
# p0: the verticle / horizontal postion of anchor
641+
# p0: the vertical / horizontal position of anchor
642642
x0, y0, x1, y1 = ax.get_position().extents
643643
cx0, cy0, cx1, cy1 = cbar.ax.get_position().extents
644644
p0 = (y1 - y0) * anchor_y + y0

0 commit comments

Comments
 (0)