leotac / joypy

Joyplots in Python with matplotlib & pandas :chart_with_upwards_trend:
MIT License
559 stars 59 forks source link

ENH: Add logscale option #45

Open hectormz opened 5 years ago

hectormz commented 5 years ago

It'd be nice to plot with logarithmic scale. I think this could be achieved by computing kde etc on log-transformed data and transforming back and using log axis scale.

I'm not sure if I'm alone in wanting this, but it'd be nice. I'm open to discussion and potential PR myself.

leotac commented 5 years ago

Don't have a strong opinion on this but I'm certainly open to the idea and to a PR.

hectormz commented 5 years ago

Great! I'm working on a PR and will see if it's acceptable to you