-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Invert the plot axis #311
Comments
Thank you for submitting your first issue with us! 🎉 Our response times may vary, but we'll get back to you as soon as we can! Welcome aboard! 🚀 |
A lot of people have shows interest (myself include) in using this package for representing probabilistic forecasts. Perhaps more users would find this feature helpful for this reason. I was also thinking about adding some helper functionality to display some summary statistics such as tracking quantiles or mean. Something similar to the following plot (although I'm not sure which statistic they're plotting here 🤔): |
Could you share an example plot from your implementation? It could be a nice reference for me to use when implementing it on this project. If you're using this for work, feel free too use some dummy data instead ofc 👍 |
Yes indeed that is also an option, although less configurable. Did you also have to set a |
@gioxc88 Many thanks! (FYI: I updated your comment to include the graph output, which can be useful for other users looking for a similar solution) |
For reference, I'm not against this feature. I think it could be a really nice addition to the project. I'm only wary of the complexity this would add to the codebase. One thing to consider here is that we also support plotting histograms (or, more generically, bar charts) instead of KDE/area plots. Actually, we support using both trace types on the same figure. This would need to be considered when implementing this feature. If someone wants to work on this, I'm open to review proposals and pull-requests 👍 |
Hi,
Thanks for this great package.
Is it possible to do in a way such that the density is on the y axis and the labels are on the x axis ?
That would pair well with time series plots
Thanks
The text was updated successfully, but these errors were encountered: