joypy icon indicating copy to clipboard operation
joypy copied to clipboard

Is it possible to change joyplot's zorder?

Open lucamagnasco opened this issue 3 years ago • 1 comments
trafficstars

I want to draw axvlines in front of the distribution for quantile analysis but I can't put the drawn lines in front of the joypy.

lucamagnasco avatar Nov 24 '21 13:11 lucamagnasco

I had some success trying a vertical line on each axis acter the call to joyplot(...)

   for a, ax in enumerate(axes): ax.plot([meanY,meanY],ax.get_ylim(),c='orange',linewidth=2.0)

It showed correctly on all but the last axis.

On 11/24/21 5:05 AM, Luca Magnasco wrote:

I want to draw axvlines in front of the distribution for quantile analysis but I can't put the drawn lines in front of the joypy.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/leotac/joypy/issues/63, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJQG4RC2EHYCMPUTIK6TF3UNTPKLANCNFSM5IWAWEUA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

johnrsibert avatar Nov 25 '21 21:11 johnrsibert