-
Notifications
You must be signed in to change notification settings - Fork 89
1535 save graphs to file #1550
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
1535 save graphs to file #1550
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1550 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 239 239
Lines 17406 17593 +187
=========================================
+ Hits 17398 17585 +187
Misses 8 8
Continue to review full report at Codecov.
|
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.
Looks good! Left a few comments on potential ways to clean tests and a suggestion on letting users know when plots are saved under different names.
This reverts commit 22cd574.
Fixes #1535
Allows the user to save an image belonging to plotly.Figure, graphviz.Source, matplotlib.pyplot.Figure, or matplotlib.axes.SubplotBase to their local file system.