Hi,
First, I have to say that overall, Spyder 4 is a joy and a huge improvement. Thanks to everyone for creating it.
I've been doing a lot of experimenting trying to get a Matlab type plotting experience. That means being able to get interactive plots up, and then with the plot up, be able to continue evaluating expressions, etc.
This all works fine I just evaluate expressions or functions, but not in debug mode. If I'm stopped at a breakpoint after a plot command, the plot will not appear until I "continue" and exit debug mode.
Example code is above. I've tried various matplotlib backends. I also tried experimenting with the debug mode in Visual Studio Code instead of Spyder, and see similar issues. For that reason, I tend to think that this is not a Spyder problem per se but an issue with the underlying Python infrastructure.
But I figured there would be a lot of expertise here to understand the issue better.
Thanks for any help. This is kind of the last step to getting a Matlab type experience. It's frustrating not to be able to get there.
- Andy