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

Skip to content

Commit 32a22da

Browse files
authored
Merge pull request #14202 from anntzer/line2dsetdata
Fix docstring of Line2D.set_data.
2 parents 706051a + 9312549 commit 32a22da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def set_data(self, *args):
651651
652652
Parameters
653653
----------
654-
*args : (N, 2) array or two 1D arrays
654+
*args : (2, N) array or two 1D arrays
655655
"""
656656
if len(args) == 1:
657657
(x, y), = args

0 commit comments

Comments
 (0)