Skip to content

Commit

Permalink
Merge branch 'main' into paddy/issue-275
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 28, 2024
2 parents e818f95 + 05c7700 commit bee3902
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .matplotlibrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
backend: agg
figure.dpi: 100
font.family: DejaVu Sans
savefig.dpi: 100
1 change: 1 addition & 0 deletions examples/1-basic/matplotlibrc
1 change: 1 addition & 0 deletions examples/2-advanced/matplotlibrc
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def examples(session: nox.Session) -> None:
session.run(
"jupyter",
"execute",
"--inplace",
*Path().glob("examples/**/*.ipynb"),
*session.posargs,
)
Expand Down

0 comments on commit bee3902

Please sign in to comment.