-
Notifications
You must be signed in to change notification settings - Fork 657
my code cannot stop #151
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
Comments
I don't know what you mean by
Can you provide a screen shot, and describe what you expect, and describe what you are seeing that is different from what you expect? |
How long did you leave it running for? Have you tried plotting with a smaller amount of data? |
Same issue happens to me when I select %matplotlib auto for interactive chart. My IDE is Spyder. |
There is nothing we can do with such a vague description of your issue. Please provide more exact details as requested above. Explain exactly how we can reproduce your issue. Full environment details, including where and how you are running your code. What you expect to see, and what you are seeing. Screen shots may be helpful. This sounds very much like an environment issue (not matplotlib nor mplfinance related). None-the-less we are happy to help if you can provide some specifics. |
Thank you for the reply.
(where OHLC is a pandas dataframe object with open, high, low, close, volume columns) Thank you for this wonderful tool BTW :) |
try
Let me know if that works. |
Fixed my issue. |
Just a bit of update. I can finally get it works with iPython version updated. Works fine with iPython 7.15.0 now. Thanks for the responses. |
Great news @moonmoondog . Thanks for the update. |
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. |
|
When l use
mpf.plot()
to plot my picture, my code is continues running, without an In[1] into In[2] in the console.The text was updated successfully, but these errors were encountered: