From 4be1b47816b69efcccdf9f38aa58a38d4ff0f4f1 Mon Sep 17 00:00:00 2001 From: code-review-doctor Date: Sun, 24 Apr 2022 00:40:29 +0100 Subject: [PATCH] Fix issue probably-meant-fstring found at https://codereview.doctor --- lib/matplotlib/tri/tripcolor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/tri/tripcolor.py b/lib/matplotlib/tri/tripcolor.py index 6c3edc77600a..e46e5c2341e7 100644 --- a/lib/matplotlib/tri/tripcolor.py +++ b/lib/matplotlib/tri/tripcolor.py @@ -84,7 +84,7 @@ def tripcolor(ax, *args, alpha=1.0, norm=None, cmap=None, vmin=None, "facecolors via keyword") elif len(args) > 1: _api.warn_external( - "Additional positional parameters {args[1:]!r} are ignored") + f"Additional positional parameters {args[1:]!r} are ignored") C = np.asarray(args[0]) if len(C) == len(tri.x): # having this before the len(tri.triangles) comparison gives 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