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.
1 parent a030a8d commit 569c4f5Copy full SHA for 569c4f5
1 file changed
lib/matplotlib/tests/test_legend.py
@@ -367,4 +367,4 @@ def test_shadow_framealpha():
367
fig, ax = plt.subplots()
368
ax.plot(range(100), label="test")
369
leg = ax.legend(shadow=True, facecolor='w')
370
- assert leg.get_frame().get_alpha() == 1
+ assert leg.get_frame().get_alpha() == 1
0 commit comments