diff --git a/README.md b/README.md index de21b43..04a85b5 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,10 @@ 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](https://github.com/user-attachments/assets/207dad61-3670-40ec-9474-4ea0f67e7f0b) + + ## Contributing Changes are merged by pull requests. Release checklist: @@ -200,4 +204,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.