-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG, ENH: Add a screenshot button to the notebook 3d backend (#8708)
* Add screenshot button * Ensure valid filename * Make the name shorter * Use Brain screenshot * Click on all buttons * Count the buttons too * Add a tool bar to the standard _Renderer * Improve testing of standard _Renderer * DRY a little bit * Use concatenate_images * Make it shorter and more complicated * Fix style * Add centered parameter * Comment slicing * make it work on mac * Remove cruft * Update comments * Remove more comments * Generate screenshot filename * Start over and test * Test both qt and notebook * The pragmatic approach * Improve testing * Fix test * ENH: Faster test * BUG: More explicit height * Fix dangling objects issue * Change order * Try #8082 * FIX: Fix sizing * FIX: Use concatenate_images * FIX: dtype * MAINT: Notebook test * FIX: Flake * Speed up test.ipynb * FIX: Bad Qt/VTK combo Co-authored-by: Alexandre Gramfort <[email protected]> Co-authored-by: Eric Larson <[email protected]>
- Loading branch information
1 parent
94a75a5
commit 72c8f61
Showing
10 changed files
with
278 additions
and
77 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
Oops, something went wrong.