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 0adf520 commit ed84165Copy full SHA for ed84165
1 file changed
lib/matplotlib/tests/test_text.py
@@ -1330,9 +1330,12 @@ def test_draw_text_as_path_fallback(monkeypatch):
1330
subfig = fig.subfigures(3, 1, height_ratios=heights)
1331
_test_complex_shaping(subfig[0])
1332
_test_text_features(subfig[1])
1333
- _test_text_language(subfig[2])
+ _test_text_language(subfig[2])
1334
+
1335
1336
def test_annotation_patchA_not_overridden():
- # Test that manually setting patchA on annotation arrow is not overridden by update_positions. See GitHub issue #28316.
1337
+ # Test that manually setting patchA on annotation arrow is not
1338
+ # overridden by update_positions. See GitHub issue #28316.
1339
fig, ax = plt.subplots()
1340
ann = ax.annotate(
1341
'',
0 commit comments