Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf200920

Browse files
authored
Updated baseline_images of xkcd and xkcd_marker
1 parentbefe5d2 commitf200920

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading

‎lib/matplotlib/tests/test_path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_xkcd():
248248
x=np.linspace(0,2*np.pi,100)
249249
y=np.sin(x)
250250

251-
withplt.xkcd(seed=0):
251+
withplt.xkcd():
252252
fig,ax=plt.subplots()
253253
ax.plot(x,y)
254254

@@ -262,7 +262,7 @@ def test_xkcd_marker():
262262
y2=5-x
263263
y3=2.5*np.ones(8)
264264

265-
withplt.xkcd(seed=-1):
265+
withplt.xkcd():
266266
fig,ax=plt.subplots()
267267
ax.plot(x,y1,'+',ms=10)
268268
ax.plot(x,y2,'o',ms=10)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp