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

Skip to content

Commit 099e4a3

Browse files
matt256oscargus
andcommitted
removed inaccurate comments
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 868ba0f commit 099e4a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/mpl_toolkits/axes_grid1/tests/test_axes_grid1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,8 @@ def test_anchored_locator_base_call():
740740
# colorbar
741741
cax = inset_axes(
742742
axins,
743-
width="5%", # width = 10% of parent_bbox width
744-
height="100%", # height : 50%
743+
width="5%",
744+
height="100%",
745745
loc="lower left",
746746
bbox_to_anchor=(1.05, 0.0, 1, 1),
747747
bbox_transform=axins.transAxes,

0 commit comments

Comments
 (0)