Skip to content

Commit

Permalink
fix matpltolib.toml (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 17, 2024
2 parents 3464456 + 8d8235d commit e5a4e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/matplotlib.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5a4e57

Please sign in to comment.