leotac / joypy

Joyplots in Python with matplotlib & pandas :chart_with_upwards_trend:
MIT License
556 stars 58 forks source link

Workaround to fix #26 due to bug 11702 in matplotlib #27

Closed leotac closed 5 years ago

leotac commented 5 years ago

Fix #26 by explicitly setting the facecolor of the legend patches. This is a workaround to handle matplotlib/matplotlib#11702

image