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

Skip to content

Commit ca43bb8

Browse files
committed
updated styling in test image
1 parent b7e838a commit ca43bb8

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
@@ -707,7 +707,7 @@ 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+
@image_comparison(['anchored_locator_base_call.png'], style="classic")
711711
def test_anchored_locator_base_call():
712712
fig = plt.figure(figsize=(3,3))
713713
fig1, fig2 = fig.subfigures(nrows=2, ncols=1, height_ratios=[1, 1], squeeze=True)

0 commit comments

Comments
 (0)