8000 Update to better animation range for scatter · chahak13/matplotlib@b5af4e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5af4e6

Browse files
committed
Update to better animation range for scatter
1 parent 1def505 commit b5af4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/animation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292

9393
fig, ax = plt.subplots()
94-
t = np.linspace(-4, 2.3, 400)
94+
t = np.linspace(-np.pi, np.pi, 400)
9595
a, b = 3, 2
9696
delta = np.pi / 2
9797

0 commit comments

Comments
 (0)
0