8000 TST: updated test images · matplotlib/matplotlib@ec24f95 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec24f95

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

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed
Loading
Binary file not shown.
Loading

lib/matplotlib/tests/baseline_images/test_contour/contour_manual_labels.svg

Lines changed: 17 additions & 6 deletions
Loading
Loading

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)
0