Skip to content

Commit f33a30e

Browse files
committed
Rebase PR
1 parent f9e84f7 commit f33a30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ def _plot_args(self, tup, kwargs):
418418
raise ValueError(f"x has {ncx} columns but y has {ncy} columns")
419419

420420
if ('label' in kwargs and max(ncx, ncy) > 1
421-
and isinstance(kwargs['label'], Iterable)
422-
and not isinstance(kwargs['label'], str)):
421+
and isinstance(kwargs['label'], Iterable)
422+
and not isinstance(kwargs['label'], str)):
423423
if len(kwargs['label']) != max(ncx, ncy):
424424
raise ValueError(f"if label is iterable label and input data"
425425
f" must have same length, but have lengths "

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy