From 9ff909201c985a106307237b74198dc8c8dea7f6 Mon Sep 17 00:00:00 2001 From: mayofaulkner Date: Tue, 3 Dec 2024 09:54:34 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34aab25..9256f2a 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,9 @@ fig.subplots_adjust(top=1-adjust/height, bottom=(adjust + extra)/height, fig.savefig('example_figure.pdf') ``` +You should get a figure like this, +[example_figure.pdf](https://github.com/user-attachments/files/17990862/example_figure.pdf) + ## Contributing Changes are merged by pull requests. Release checklist: @@ -191,4 +194,4 @@ Release checklist: - [x] Create a pull request to the `main` branch on GitHub - [x] Once the PR is merged, create a new tag and push the tag -Once a tag is pushed on main the package is uploaded to PyPI using GitHub Actions. \ No newline at end of file +Once a tag is pushed on main the package is uploaded to PyPI using GitHub Actions. From 1861accae99cfa4efe843411455d00c21ba19a76 Mon Sep 17 00:00:00 2001 From: mayofaulkner Date: Tue, 3 Dec 2024 09:55:30 +0000 Subject: [PATCH 2/2] add example figure --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9256f2a..2c129bb 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,8 @@ fig.savefig('example_figure.pdf') ``` You should get a figure like this, -[example_figure.pdf](https://github.com/user-attachments/files/17990862/example_figure.pdf) +![example_figure](https://github.com/user-attachments/assets/207dad61-3670-40ec-9474-4ea0f67e7f0b) + ## Contributing Changes are merged by pull requests.