-
Notifications
You must be signed in to change notification settings - Fork 60
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
Color gradient along horizontal axis rather than the vertical axis #70
Comments
this library uses matplotlib's wonder route BBC took? :) |
I realized since that it's also possible that they used R's |
In all honesty I don't think they used joypy :-)
Il gio 11 gen 2024, 21:11 Flavio Lehner ***@***.***> ha
scritto:
… I realized since that it's also possible that they used R's ggridges, in
which it's easy to implement such horizontal color gradients.
—
Reply to this email directly, view it on GitHub
<#70 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAEOUUV6S7C4ZE6R3HLTLYOBBP7AVCNFSM6AAAAABBUZOYISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBXHA4DSOBXGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Is there any updates ? Can we achieve horizontal gradient colors ? Its super important. Thanks! |
It seems joypy was used to create this prominent figure copied below: https://ichef.bbci.co.uk/news/1536/cpsprodpb/1216F/production/_132259047_global_temp_delta_1991_2020avg_multiple_ridges_v2-2x-nc.png.webp
In it, the colormap gradient runs along the horizontal axis of each individual filled KDE plot, rather than along the vertical axis which is what happens by default when you pass a colormap into joyplot. How can you achieve this with joypy.joyplot?
The text was updated successfully, but these errors were encountered: