We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm trying to install your projet to try to draw by myself this kind of plot http://nbviewer.ipython.org/gist/dalejung/4982660
because Candlestick plot doesn't seems to be supported by Pandas (at least for now) see pandas-dev/pandas#783
but
import trtools.charting.api as charting
raises
ImportError: No module named core.api
Kind regards
The text was updated successfully, but these errors were encountered:
Can you try https://github.com/dalejung/ts-charting?
I've largely moved the charting stuff out of trtools.
Sorry, something went wrong.
Thanks
No branches or pull requests
Hello,
I'm trying to install your projet to try to draw by myself this kind of plot
http://nbviewer.ipython.org/gist/dalejung/4982660
because Candlestick plot doesn't seems to be supported by Pandas (at least for now)
see pandas-dev/pandas#783
but
raises
Kind regards
The text was updated successfully, but these errors were encountered: