We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d1656 commit 001ece8Copy full SHA for 001ece8
examples/animation/animate_decay.py
@@ -24,7 +24,7 @@ def data_gen():
24
25
def init():
26
ax.set_ylim(-1.1, 1.1)
27
- ax.set_xlim(0, 10)
+ ax.set_xlim(0, 1)
28
del xdata[:]
29
del ydata[:]
30
line.set_data(xdata, ydata)
0 commit comments