-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Implement optional plot saving (#597)
* ENH: Add filename option to most plot functions * MNT: Use f-strings in plot_helpers.py Co-authored-by: Gui-FernandesBR <[email protected]> * MNT: Run isort * DOC: Make docstring fit into 80 columns and reference matplotlib formats * MNT: Run black * MNT: Move get_matplotlib_supported_file_endings into tools * Apply suggestions from code review Co-authored-by: Lucas Prates <[email protected]> * Fix function/__call__ check * Change plot_helpers warnings from UserWarning to ValueError * Update docstrings * Fix issues from rebase * MNT: post merge fixes regarding plots. * MNT: post merge fixes and linting. * TST: implement testing of show or save plots. * MNT: Correct CHANGELOG file. * MNT: Improve error handling of unsupported file endings. * DOC: add doc section for plot saving. --------- Co-authored-by: Gui-FernandesBR <[email protected]> Co-authored-by: Lucas Prates <[email protected]> Co-authored-by: Pedro Bressan <[email protected]>
- Loading branch information
1 parent
d0c0f61
commit 69aaece
Showing
28 changed files
with
953 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.