-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Every chart plotting shows an error after mplfinance upgrade to last release #190
Comments
You can backout to the previous version with Can you please provide one example of code and data so that I can try to reproduce this error? Thank.s |
So the code I am using never changed in the last days and is below: mc = mpf.make_marketcolors(up='#0db104', down='r', mpf.plot(df, type='candle', ylabel='Price', ylabel_lower='Volume', This now throws that error referring to labels side with function _set_ylabels_side used in plotting.py |
I regressed towards 0.12.5a3 and everything works fine, a great thank you for now |
Found the issue. Turns out when you call |
fix y_on_right==None case (issue #190)
Pypi is now updated. Manuel, Thanks. --Daniel |
Thank you. You should be getting 0.12.6a1 (not 0.12.6a0). Perhaps the Pypi server (or mirror) to which you are connecting did not get the update yet. Please try If that doesn't work, then please try |
@manuelwithbmw |
Oh my God, yeah it is me, and this is really so flattering, eye catching images or just following your feelings, sensitivity has always been my goal as a not-professional photographer. I think I had noticed your background in ats on LinkedIn a while ago, so you are certainly not the average person. It is true, since I came to London, apart from an initial period, I stopped shooting, not sure why. The story here is I had been a 'successful' portfolio manager and trader in Italy for quite a while, during 2009 crisis I have been made redundant and struggled a lot to find another job. My dad noticed I was about to lose my ball and decided to offer me a decent camera so that I could keep my head busy and re connect with my past drawing hobby or never fully expressed creativity, which you really do not use in finance. I explored some techniques, I tried to improve my style and experimented a bit, also sold a couple of shoots. After a few years I came to London, found a nice job as software engineer, so I recycled myself leveraging my tech background and after a few shoots in London I started travelling for work and being too busy to carry my old Canon 550D and my lenses. Life is being a little harsh to me recently and I picked the camera back with me, I will post something soon. I am really pleased you noticed and took the time to comment. I may organise an exhibition in London one day, who knows, in that case you will get an invite as qualified person :-) |
Ask anything you want about mplfinance usage, project philosophy and/or priorities, or anything else related to mplfinance:
@DanielGoldfarb Every chart plotting shows an error after mplfinance upgrade to last release this morning...
How can I fix or get back to previous mplfinance version? This is pretty urgent please...Thank you
It seems related to the use of a new kwarg (primary_on_right=True or False) which I am not using in my call. Adding it with either True or False does not help and I get 'Unrecognized kwarg="primary_on_right"
The text was updated successfully, but these errors were encountered: