File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ general gist is to take an existing bit map (in our case a mostly
60
60
rasterized figure) and then 'blit' one more artist on top. Thus, by
61
61
managing a saved 'clean' bitmap, we can only re-draw the few artists
62
62
that are changing at each frame and possibly save significant amounts of
63
- time. When using blitting (by passing ``blit=True ``) the core loop of
64
- `FuncAnimation ` gets a bit more complicated ::
63
+ time. When we use blitting (by passing ``blit=True ``), the core loop of
64
+ `FuncAnimation ` gets a bit more complicated::
65
65
66
66
ax = fig.gca()
67
67
Original file line number Diff line number Diff line change 3
3
API Changes
4
4
=============
5
5
6
- A log of changes to the most recent version Matplotlib that affect the
7
- utward -facing API. If updating Matplotlib breaks your scripts, this list may
6
+ A log of changes to the most recent version of Matplotlib that affect the
7
+ outward -facing API. If updating Matplotlib breaks your scripts, this list may
8
8
help you figure out what caused the breakage and how to fix it by updating
9
9
your code. For API changes in older versions see :doc: `api_changes_old `.
10
10
@@ -39,7 +39,7 @@ API Changes for 3.0.0
39
39
Drop support for python 2
40
40
-------------------------
41
41
42
- Matplotlib 3 only supports python 3.5 and higher
42
+ Matplotlib 3 only supports python 3.5 and higher.
43
43
44
44
45
45
Hold machinery removed
You can’t perform that action at this time.
0 commit comments