Skip to content

Commit

Permalink
removed inaccurate comments
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
  • Loading branch information
matt256 and oscargus committed Dec 22, 2022
1 parent 868ba0f commit 099e4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mpl_toolkits/axes_grid1/tests/test_axes_grid1.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,8 @@ def test_anchored_locator_base_call():
# colorbar
cax = inset_axes(
axins,
width="5%", # width = 10% of parent_bbox width
height="100%", # height : 50%
width="5%",
height="100%",
loc="lower left",
bbox_to_anchor=(1.05, 0.0, 1, 1),
bbox_transform=axins.transAxes,
Expand Down

0 comments on commit 099e4a3

Please sign in to comment.