From d7c5c6770be57a6b8bd787fbb43ccf5c954c8cda Mon Sep 17 00:00:00 2001 From: Brian Christian Date: Thu, 10 Jul 2025 14:42:56 -0700 Subject: [PATCH] Fix whitespace in _axes.py error message This fixes issue #30285. --- lib/matplotlib/axes/_axes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 8ac300296538..3e39bbd4acdc 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -2296,8 +2296,8 @@ def _parse_bar_color_args(self, kwargs): facecolor = mcolors.to_rgba_array(facecolor) except ValueError as err: raise ValueError( - "'facecolor' or 'color' argument must be a valid color or" - "sequence of colors." + "'facecolor' or 'color' argument must be a valid color or " + "sequence of colors." ) from err return facecolor, edgecolor 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