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

Skip to content

Commit bcdf545

Browse files
committed
updated sample plot and style
2 parents ca43bb8 + a3a7ed1 commit bcdf545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mpl_toolkits/axes_grid1/tests/test_axes_grid1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,8 @@ def test_removal():
707707
fig.canvas.draw()
708708
col.remove()
709709
fig.canvas.draw()
710-
@image_comparison(['anchored_locator_base_call.png'], style="classic")
710+
711+
@image_comparison(['anchored_locator_base_call.png'], style="mpl20")
711712
def test_anchored_locator_base_call():
712713
fig = plt.figure(figsize=(3,3))
713714
fig1, fig2 = fig.subfigures(nrows=2, ncols=1, height_ratios=[1, 1], squeeze=True)

0 commit comments

Comments
 (0)