8000 remove text from font · matplotlib/matplotlib@45e04ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 45e04ed

Browse files
author
Jake Bowhay
committed
remove text from font
1 parent 612f7b3 commit 45e04ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def test_hexbin_log():
786786
plt.colorbar(h)
787787

788788

789-
@image_comparison(["hexbin_linear.png"], style="mpl20")
789+
@image_comparison(["hexbin_linear.png"], style="mpl20", remove_text=True)
790790
def test_hexbin_linear():
791791
# Issue #21165
792792
np.random.seed(19680801)

0 commit comments

Comments
 (0)
0