File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
6060rasterized figure) and then 'blit' one more artist on top. Thus, by
6161managing a saved 'clean' bitmap, we can only re-draw the few artists
6262that 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::
6565
6666 ax = fig.gca()
6767
Original file line number Diff line number Diff line change 33 API Changes
44=============
55
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
88help you figure out what caused the breakage and how to fix it by updating
99your code. For API changes in older versions see :doc: `api_changes_old `.
1010
@@ -39,7 +39,7 @@ API Changes for 3.0.0
3939Drop support for python 2
4040-------------------------
4141
42- Matplotlib 3 only supports python 3.5 and higher
42+ Matplotlib 3 only supports python 3.5 and higher.
4343
4444
4545Hold machinery removed
You can’t perform that action at this time.
0 commit comments