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

Skip to content

Commit b0d4afd

Browse files
matt256rcomer
authored andcommitted
fixed the styling issue
1 parent d107b02 commit b0d4afd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/mpl_toolkits/axes_grid1/tests/test_axes_grid1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def test_removal():
709709
fig.canvas.draw()
710710

711711

712-
@image_comparison(['anchored_locator_base_call.png'],style='classic')
712+
@image_comparison(['anchored_locator_base_call.png'], style="mpl20")
713713
def test_anchored_locator_base_call():
714714
fig = plt.figure(figsize=(3,3))
715715
fig1, fig2 = fig.subfigures(nrows=2, ncols=1, height_ratios=[1, 1], squeeze=True)

0 commit comments

Comments
 (0)