Commit 62d0983
committed
Fixed typo in docs animation api
Found this doc typo thanks to this Stackoverflow question:
https://stackoverflow.com/questions/73002265/wrong-axes-limits/73002556
One of the example was mixing the pyplot interface with the object oriented
approach. This led to wrong axis limits.
Fixed the typo to use the object oriented approach.1 parent 37ccdca commit 62d0983
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments