Spyder quits when removing a plot and save plots dialog is wrong.
See original GitHub issueIssue Report Checklist
- Searched the issues page for similar reports
- Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- Restarted Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
-
The dialog when saving multiple plots in the plots pane is wrong, it should be the dialog that says “Save”
-
Spyder quits unexpectedly when removing a plot from the context menu.
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
- Spyder version: Spyder 4.2.0.dev0 (Commit: 89791cb28)
- Python version: 3.7.4
- Qt version: 5.9.6
- PyQt version: 5.9.2
- Operating System name/version: macOS Catalina 10.15.3
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
IPython support: save file dialog crashes (matplotlib figure) #422
I restated the Ipython interpreter, I restarted spyder but the patch is still active.
Read more >Spyder 4 is not displaying plots and displays message like this ...
Spyder 4 is not displaying plots and displays message like this 'uncheck "Mute Inline Plotting" under the Plots pane options menu.'.
Read more >First Steps — Spyder 5 documentation
First Steps¶. If Spyder crashes or you receive an error message, please read the following troubleshooting steps before opening a new issue.
Read more >PySimpleGUI
Input values are collected, but rather than closing the window, it is kept visible acting as a way to both output information to...
Read more >MATLAB vs Python: Why and How to Make the Switch
In this step-by-step tutorial, you'll learn about MATLAB vs Python, why you should switch from MATLAB to Python, the packages you'll need to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can try to fix it. It does happen to me as well.
I think it is Ok to use
getExistingDirectory
for the feature to save all figures to disk. Since we are saving multiple figures, I don’t see how the “getSaveFileName” would work… The idea is to select a directory where all figures are saved in batch in that directory. The names of the figures are determined programattically.Thank you very much for finding this nasty bug! In Windows everything is working fine though.