Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecbec33

Browse files
author
Jake Bowhay
committed
use default for snapping
1 parent 592620f commit ecbec33

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -789,10 +789,6 @@ def test_hexbin_log():
789789
@image_comparison(["hexbin_linear.png"], style="mpl20")
790790
def test_hexbin_linear():
791791
# Issue #21165
792-
793-
# Remove this line when this test image is regenerated.
794-
plt.rcParams["pcolormesh.snap"] = False
795-
796792
np.random.seed(19680801)
797793
n = 100000
798794
x = np.random.standard_normal(n)

0 commit comments

Comments
 (0)