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 060992a commit a9f7d92Copy full SHA for a9f7d92
lib/matplotlib/tests/test_image.py
@@ -27,6 +27,7 @@
27
@image_comparison(['image_interps'], style='mpl20')
28
def test_image_interps():
29
"""Make the basic nearest, bilinear and bicubic interps."""
30
+ # Remove texts when this image is regenerated.
31
# Remove this line when this test image is regenerated.
32
plt.rcParams['text.kerning_factor'] = 6
33
lib/matplotlib/tests/test_legend.py
@@ -254,6 +254,7 @@ def test_legend_expand():
254
255
@image_comparison(['hatching'], remove_text=True, style='default')
256
def test_hatching():
257
+ # Remove legend texts when this image is regenerated.
258
259
260
0 commit comments