-
Notifications
You must be signed in to change notification settings - Fork 7
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
Show plots #310
Show plots #310
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #310 +/- ##
==========================================
- Coverage 94.20% 94.20% -0.01%
==========================================
Files 63 65 +2
Lines 3691 3777 +86
==========================================
+ Hits 3477 3558 +81
- Misses 214 219 +5 ☔ View full report in Codecov by Sentry. |
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I've run the quick start example from the terminal and the plots showed as expected and the intro notebook still displays correctly as well.
Co-authored-by: Radka Jersakova <[email protected]>
plt.show
in the terminal)plt.show
and return thefig
object when run from a terminal, but don't useplt.show
when run from a notebook, as that would cause double plotting