-
Notifications
You must be signed in to change notification settings - Fork 23
Fixes the use of notebook argument for plot commands #259
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
Conversation
…otter.plot_contour
Codecov Report
@@ Coverage Diff @@
## master #259 +/- ##
==========================================
- Coverage 85.88% 85.86% -0.03%
==========================================
Files 52 52
Lines 5705 5695 -10
==========================================
- Hits 4900 4890 -10
Misses 805 805 |
…ts on a Jupyter notebook.
else: | ||
import pyvista as pv | ||
pv_version = pv.__version__ | ||
version_to_reach = '0.32.0' |
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.
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.
@anslpa I did, I found a bug, I fixed it, it should work :)
* Fixes the use of notebook argument for plot commands going through Plotter.plot_contour * Fixing kwargs in plot_contour for call to pv.Plotter.show with cpos_return * Update the example to show "notebook=False" is required for screenshots on a Jupyter notebook. * Fix an error with pv.Plotter.__init__ * Fix support for cpos_return
When in a Jupyter notebook, the notebook=False argument was not working when using a plot command going through Plotter.plot_contour