We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e05d1 commit 341dadbCopy full SHA for 341dadb
lib/matplotlib/tests/test_table.py
@@ -3,7 +3,9 @@
3
from matplotlib.testing.decorators import image_comparison
4
5
6
-@image_comparison(baseline_images=['table_zorder'], extensions=['png'])
+@image_comparison(baseline_images=['table_zorder'],
7
+ extensions=['png'],
8
+ remove_text=True)
9
def test_zorder():
10
data = [[ 66386, 174296,],
11
[ 58230, 381139,]]
0 commit comments