@@ -70,7 +70,7 @@ class Collection(artist.Artist, cm.ScalarMappable):
7070
7171 The use of :class:`~matplotlib.cm.ScalarMappable` is optional. If
7272 the :class:`~matplotlib.cm.ScalarMappable` matrix _A is not None
73- (ie a call to set_array has been made), at draw time a call to
73+ (i.e., a call to set_array has been made), at draw time a call to
7474 scalar mappable will be made to set the face colors.
7575 """
7676 _offsets = np .array ([], np .float_ )
@@ -1030,7 +1030,7 @@ def __init__(self, segments, # Can be None.
10301030
10311031 The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
10321032 If the :class:`~matplotlib.cm.ScalarMappable` array
1033- :attr:`~matplotlib.cm.ScalarMappable._A` is not None (ie a call to
1033+ :attr:`~matplotlib.cm.ScalarMappable._A` is not None (i.e., a call to
10341034 :meth:`~matplotlib.cm.ScalarMappable.set_array` has been made), at
10351035 draw time a call to scalar mappable will be made to set the colors.
10361036 """
@@ -1190,7 +1190,7 @@ def __init__(self,
11901190
11911191 The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
11921192 If the :class:`~matplotlib.cm.ScalarMappable` array
1193- :attr:`~matplotlib.cm.ScalarMappable._A` is not None (ie a call to
1193+ :attr:`~matplotlib.cm.ScalarMappable._A` is not None (i.e., a call to
11941194 :meth:`~matplotlib.cm.ScalarMappable.set_array` has been made), at
11951195 draw time a call to scalar mappable will be made to set the colors.
11961196
@@ -1517,7 +1517,7 @@ def __init__(self, patches, match_original=False, **kwargs):
15171517
15181518 The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
15191519 If the :class:`~matplotlib.cm.ScalarMappable` matrix _A is not
1520- None (ie a call to set_array has been made), at draw time a
1520+ None (i.e., a call to set_array has been made), at draw time a
15211521 call to scalar mappable will be made to set the face colors.
15221522 """
15231523
0 commit comments