Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2372c3b

Browse files
tacaswellQuLogic
andauthored
DOC: copy editing
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent eb52a34 commit 2372c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4646,8 +4646,8 @@ def _draw_rasterized(figure, artists, renderer):
46464646
with the mixed-mode backends is relatively complicated and is now
46474647
handled in the matplotlib.artist.allow_rasterization decorator.
46484648
4649-
This helper defines the absolute minimum methods and attributes on
4650-
shim class to be compatible with that decorator and the uses it to
4649+
This helper defines the absolute minimum methods and attributes on a
4650+
shim class to be compatible with that decorator and then uses it to
46514651
rasterize the list of artists.
46524652
46534653
This is maybe too-clever, but allows us to re-use the same code that is
@@ -4662,7 +4662,7 @@ def _draw_rasterized(figure, artists, renderer):
46624662
figure : matplotlib.figure.Figure
46634663
The figure all of the artists belong to (not checked). We need this
46644664
because we can at the figure level suppress composition and insert each
4665-
rasterized artist as it's own image.
4665+
rasterized artist as its own image.
46664666
46674667
artists : List[matplotlib.artist.Artist]
46684668
The list of Artists to be rasterized. These are assumed to all

0 commit comments

Comments
 (0)