-
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
Chart customization when using Panels.. #398
Comments
All of the customization you want can be done. However it will be a lot easier to explain what has to change if you would please post your code for the above posted image. |
You should should be able to do this with the
The simplest way is with kwarg
It should be relatively easy to implement a z-order kwarg in mplfinance, and we plan to; it just has not been done yet.
You can do this with
Ideally, I would have to see your code to try to figure out what is going on. As I'm thinking about it now, this may have something to do with the mplfinance |
Hi,

i have the following chart i build using the panels approach:
I need to do some customization of this:
I figure most of the above might be doable, and im just not familiar with the new panels api well enough...but having a hard time finding the docs. Can you point me to where the python docs are for the apis and the various input/parameters?
As an alternative, i tried doing tis by creating the individual figures and axis and passing those to mpl plot. However, when i try to create bar chart (which is needed for my histogram in the picture above), it fails. The line below returns a validation error complaining that 'bars' is not a valid type. when i look at the code, it does seem it is not a supported type for the plot function. is there a work around for this?
Thanks much
The text was updated successfully, but these errors were encountered: