leotac / joypy

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

Typo in "num_axes" variable? #55

Closed yaront closed 3 years ago

yaront commented 3 years ago

Line 408: legend_axis = num_axis - 1 --> undefined name 'num_axis'

is that supposed to be 'num_axes' which is defined in Line 392?

leotac commented 3 years ago

I think you're right!