conda update spyder
(or pip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
1) The dialog when saving multiple plots in the plots pane is wrong, it should be the dialog that says "Save"
2) Spyder quits unexpectedly when removing a plot from the context menu.
PASTE TRACEBACK HERE
PASTE DEPENDENCIES HERE
Thanks a lot @juanis2112 for finding this on time before 4.1.3! I can reproduce it on Linux too and it's critical for us to solve it before we can do the release.
@dalthviz, please take a look at this one.
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.
@ccordoba12 is working for me on Windows:
I can try to fix it. It does happen to me as well.
@ccordoba12 is working for me on Windows
Yeah, it doesn't fail on Windows, just Linux and macOS.
I can try to fix it. It does happen to me as well.
Thanks @goanpeca! Please also address @juanis2112 first comment as well.
Most helpful comment
I can try to fix it. It does happen to me as well.