jwilber / sk8music

MIT License
0 stars 0 forks source link

joyplot distribution #7

Open matthewfdaniels opened 6 years ago

matthewfdaniels commented 6 years ago

make joy plots fit evenly in the provided height while adjusting for height of each joyplot (so you can see the top line's max-value...) easiest way to do this might be to set a high margin-top value.

jwilber commented 6 years ago

I'm not 100% sure how to approach this.

Since each genre's area has class area, would this be achievable by doing something like .style('max-height', height / 9) ?