Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 170db2f + 31ae50f commit 39192d5Copy full SHA for 39192d5
1 file changed
lib/matplotlib/tests/test_arrow_patches.py
@@ -18,8 +18,7 @@ def test_fancyarrow():
18
t = ["fancy", "simple", mpatches.ArrowStyle.Fancy()]
19
20
fig, axs = plt.subplots(len(t), len(r), squeeze=False,
21
- subplot_kw=dict(aspect=True),
22
- figsize=(8, 4.5))
+ figsize=(8, 4.5), subplot_kw=dict(aspect=1))
23
24
for i_r, r1 in enumerate(r):
25
for i_t, t1 in enumerate(t):
0 commit comments