Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Return fig and axes from plotting functions #21

Closed
s-weigand opened this issue Jun 25, 2021 · 0 comments · Fixed by #40
Closed

✨ Return fig and axes from plotting functions #21

s-weigand opened this issue Jun 25, 2021 · 0 comments · Fixed by #40
Assignees

Comments

@s-weigand
Copy link
Member

Is your feature request related to a problem? Please describe.

Users might want to further tweak plots after creating them, so the objects should be returned.

Describe the solution you'd like

Just add a return statement at the end of plot functions returning the axes and figure (only needed if newly created)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant