From 8d8235d05538460f12e975b3b50de18fecf20f42 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 12 Apr 2024 14:58:25 +0200 Subject: [PATCH] fix matpltolib.toml --- examples/matplotlib.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/matplotlib.toml b/examples/matplotlib.toml index d06e9cb8..2cd6dcda 100644 --- a/examples/matplotlib.toml +++ b/examples/matplotlib.toml @@ -19,7 +19,7 @@ execute_exclude_patterns = [ "matplotlib._api:check_getitem", # examples are not meant to be executed, # contain undefined variables - "matplotlib.axes._axes:Axes.text" + "matplotlib.axes._axes:Axes.text", # Method in example used as standalone function,-> missing self "matplotlib.axes._axes:Axes.axhline", "matplotlib.axes._axes:Axes.axvline"