-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Spyder Ipython crashing after mplfinance.plot() #183
Comments
Cleiton, What do you mean by "crashing"? Since you have not posted a Traceback or similar evidence of a crash, I am going to assume you mean that the Ipython console is unresponsive (not necessarily a crash). If you mean something else, please let me know. Most likely the Ipython console is unresponsive because matplotlib is waiting for input. The default for You can disengage this default behavior by including kwarg
Please let me know if that helps. All the best. --Daniel |
Hi Daniel, You are right, what I mean is Ipython console gets unresponsive. But this persists even after closing the plot window (Ipython console stucks running). Even the stop button of the console does not work and I need to close the current console and start a new one. But using the kwarg Kind regards, |
Cleiton, I've never used Spyder. When I have some extra time I will try and see if I can reproduce the problem. At this point its difficult to say if the issue is the way matplotlib implements the block, or how Spyder responds to it. |
I have decided this is indeed a bug. I was under the impression that kwarg What Therefore I am changing the default value of I expect to release this change by the end of this week. |
|
Describe the bug
Running
mplfinance.plot()
in Spyder, if Ipython Console is set with automatic graphic output (Preference->Ipython Console->Graphics->Output: Automatic), Ipython crashes.Please verify if this bug is related to mplfinance.
To Reproduce
Expected behavior
Figure generated without Ipython console crashing.
Desktop (please complete the following information):
Additional context
Using inline graphics configuration, Ipyhton do not crash.
The text was updated successfully, but these errors were encountered: