I was wondering that if anyone has ever tried to use a gradient colour scheme for each plot using joypy
(not the whole joyplot color gradient like this)?
If someone has some pointers, please tell me. I tried using matplotlib.patches
following an example here, but my plots somehow disappear!! I do not have any solution for this, yet.
If someone is unfamiliar with joypy
follow this link for a general idea.
Additional information added:
## What I do not want, can be done using the following code
joypy.joyplot(data, ylim='own', overlap = 0.2, bins = 50,
alpha = 0.35, grid=True, colormap = cm.Blues)
### Unnecessary code not shown