@@ -70,7 +70,7 @@ class Collection(artist.Artist, cm.ScalarMappable):
70
70
71
71
The use of :class:`~matplotlib.cm.ScalarMappable` is optional. If
72
72
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
74
74
scalar mappable will be made to set the face colors.
75
75
"""
76
76
_offsets = np .array ([], np .float_ )
@@ -1030,7 +1030,7 @@ def __init__(self, segments, # Can be None.
1030
1030
1031
1031
The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
1032
1032
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
1034
1034
:meth:`~matplotlib.cm.ScalarMappable.set_array` has been made), at
1035
1035
draw time a call to scalar mappable will be made to set the colors.
1036
1036
"""
@@ -1190,7 +1190,7 @@ def __init__(self,
1190
1190
1191
1191
The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
1192
1192
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
1194
1194
:meth:`~matplotlib.cm.ScalarMappable.set_array` has been made), at
1195
1195
draw time a call to scalar mappable will be made to set the colors.
1196
1196
@@ -1517,7 +1517,7 @@ def __init__(self, patches, match_original=False, **kwargs):
1517
1517
1518
1518
The use of :class:`~matplotlib.cm.ScalarMappable` is optional.
1519
1519
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
1521
1521
call to scalar mappable will be made to set the face colors.
1522
1522
"""
1523
1523
0 commit comments