8000 closes #24296 · matplotlib/matplotlib@001ece8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 001ece8

Browse files
committed
closes #24296
1 parent c8d1656 commit 001ece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/animate_decay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def data_gen():
2424

2525
def init():
2626
ax.set_ylim(-1.1, 1.1)
27-
ax.set_xlim(0, 10)
27+
ax.set_xlim(0, 1)
2828
del xdata[:]
2929
del ydata[:]
3030
line.set_data(xdata, ydata)

0 commit comments

Comments
 (0)
0