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

Skip to content

Commit e51a8d8

Browse files
tacaswelltimhoffm
andauthored
Update lib/matplotlib/collections.py
Co-Authored-By: Tim Hoffmann <[email protected]>
1 parent ef09481 commit e51a8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def set_offsets(self, offsets):
475475
476476
Parameters
477477
----------
478-
offsets : array-like (N, 2) or (2, )
478+
offsets : array-like (N, 2) or (2,)
479479
"""
480480
offsets = np.asanyarray(offsets, float)
481481
if offsets.shape == (2,): # Broadcast (2,) -> (1, 2) but nothing else.

0 commit comments

Comments
 (0)