@@ -101,7 +101,7 @@ def customdata(self):
101101 DOM elements
102102
103103 The 'customdata' property is an array that may be specified as a tuple,
104- list, one-dimensional numpy array, or pandas Series
104+ list, numpy array, or pandas Series
105105
106106 Returns
107107 -------
@@ -488,7 +488,7 @@ def ids(self):
488488 not numbers or any other type.
489489
490490 The 'ids' property is an array that may be specified as a tuple,
491- list, one-dimensional numpy array, or pandas Series
491+ list, numpy array, or pandas Series
492492
493493 Returns
494494 -------
@@ -872,7 +872,7 @@ def r(self):
872872 trace type.Sets the radial coordinates.
873873
874874 The 'r' property is an array that may be specified as a tuple,
875- list, one-dimensional numpy array, or pandas Series
875+ list, numpy array, or pandas Series
876876
877877 Returns
878878 -------
@@ -1022,7 +1022,7 @@ def t(self):
10221022 trace type.Sets the angular coordinates.
10231023
10241024 The 't' property is an array that may be specified as a tuple,
1025- list, one-dimensional numpy array, or pandas Series
1025+ list, numpy array, or pandas Series
10261026
10271027 Returns
10281028 -------
@@ -1327,7 +1327,7 @@ def x(self):
13271327 Sets the x coordinates.
13281328
13291329 The 'x' property is an array that may be specified as a tuple,
1330- list, one-dimensional numpy array, or pandas Series
1330+ list, numpy array, or pandas Series
13311331
13321332 Returns
13331333 -------
@@ -1438,7 +1438,7 @@ def y(self):
14381438 Sets the y coordinates.
14391439
14401440 The 'y' property is an array that may be specified as a tuple,
1441- list, one-dimensional numpy array, or pandas Series
1441+ list, numpy array, or pandas Series
14421442
14431443 Returns
14441444 -------
0 commit comments