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 070ef27 commit f062ecdCopy full SHA for f062ecd
1 file changed
lib/matplotlib/tests/test_widgets.py
@@ -995,7 +995,8 @@ def test_TextBox(ax, toolbar):
995
996
997
@image_comparison(['check_radio_buttons.png'], style='mpl20', remove_text=True)
998
-def test_check_radio_buttons_image(ax):
+def test_check_radio_buttons_image():
999
+ ax = get_ax()
1000
# Remove this line when this test image is regenerated.
1001
plt.rcParams['text.kerning_factor'] = 6
1002
0 commit comments