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

Skip to content

Commit 67a45dc

Browse files
committed
TST: updated test images
1 parent 326b471 commit 67a45dc

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
Binary file not shown.

lib/matplotlib/tests/test_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_contour_manual_labels():
177177
x, y = np.meshgrid(np.arange(0, 10), np.arange(0, 10))
178178
z = np.max(np.dstack([abs(x), abs(y)]), 2)
179179

180-
plt.figure(figsize=(6, 2))
180+
plt.figure(figsize=(6, 2), dpi=200)
181181
cs = plt.contour(x, y, z)
182182
pts = np.array([(1.5, 3.0), (1.5, 4.4), (1.5, 6.0)])
183183
plt.clabel(cs, manual=pts)

0 commit comments

Comments
 (0)