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

Skip to content

Commit a3a7ed1

Browse files
committed
fixed the styling issue
1 parent 4fe97db commit a3a7ed1

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
@@ -686,7 +686,7 @@ def test_imagegrid():
686686
assert isinstance(cb.locator, mticker.LogLocator)
687687

688688

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

0 commit comments

Comments
 (0)