We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9f87 commit b9f535eCopy full SHA for b9f535e
pandas/plotting/_matplotlib/style.py
@@ -273,7 +273,7 @@ def _random_color(column: int) -> list[float]:
273
"""Get a random color represented as a list of length 3"""
274
# GH17525 use common._random_state to avoid resetting the seed
275
rs = com.random_state(column)
276
- return rs.rand(3).tolist() # type: ignore[return-value]
+ return rs.rand(3).tolist()
277
278
279
def _is_single_string_color(color: Color) -> bool:
0 commit comments