From 382bafd6a22a9cf2d8ff79b05feb0c59207aece0 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 28 Nov 2024 09:46:00 +0000 Subject: [PATCH] gh-398: consistent plotting for notebooks (#425) --- .matplotlibrc | 4 ++++ examples/1-basic/matplotlibrc | 1 + examples/2-advanced/matplotlibrc | 1 + 3 files changed, 6 insertions(+) create mode 100644 .matplotlibrc create mode 120000 examples/1-basic/matplotlibrc create mode 120000 examples/2-advanced/matplotlibrc diff --git a/.matplotlibrc b/.matplotlibrc new file mode 100644 index 00000000..3628ab7c --- /dev/null +++ b/.matplotlibrc @@ -0,0 +1,4 @@ +backend: agg +figure.dpi: 100 +font.family: DejaVu Sans +savefig.dpi: 100 diff --git a/examples/1-basic/matplotlibrc b/examples/1-basic/matplotlibrc new file mode 120000 index 00000000..0f9ea77e --- /dev/null +++ b/examples/1-basic/matplotlibrc @@ -0,0 +1 @@ +../../.matplotlibrc \ No newline at end of file diff --git a/examples/2-advanced/matplotlibrc b/examples/2-advanced/matplotlibrc new file mode 120000 index 00000000..0f9ea77e --- /dev/null +++ b/examples/2-advanced/matplotlibrc @@ -0,0 +1 @@ +../../.matplotlibrc \ No newline at end of file