Skip to content

Commit 003ecf6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_colorbar.py

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

696696
# the bottom left corner of one ax is (x0, y0)
697697
# the top right corner of one ax is (x1, y1)
698-
# p0: the verticle / horizontal postion of anchor
698+
# p0: the vertical / horizontal position of anchor
699699
x0, y0, x1, y1 = ax.get_position().extents
700700
cx0, cy0, cx1, cy1 = cbar.ax.get_position().extents
701701
p0 = (x1 - x0) * anchor_x + x0

0 commit comments

Comments
 (0)