There was an error while loading. Please reload this page.
1 parent 94bfa74 commit 921ebdaCopy full SHA for 921ebda
1 file changed
lib/matplotlib/tests/test_style.py
@@ -165,15 +165,15 @@ def test_alias(equiv_styles):
165
def test_xkcd_no_cm():
166
assert mpl.rcParams["path.sketch"] is None
167
plt.xkcd()
168
- assert mpl.rcParams["path.sketch"] == (1, 100, 2, 0)
+ assert mpl.rcParams["path.sketch"] == (1, 100, 2, -1)
169
np.testing.break_cycles()
170
171
172
173
def test_xkcd_cm():
174
175
with plt.xkcd():
176
177
178
179
0 commit comments