Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Dec 3, 2024
2 parents 12f8998 + 1861acc commit 1efe19a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Once a tag is pushed on main the package is uploaded to PyPI using GitHub Actions.

0 comments on commit 1efe19a

Please sign in to comment.