Geoms to make joy plots using bokeh, written by Sean M. Law
Inspired by Claus Wilke's ggjoy, the code provided here contains a minimal example for creating a joy plot comparing movie lengths. The key differntiator in this work is the interactive slider that allows the user to define the vertical spacing between each plot.
conda install bokeh
conda install pandas
conda install numpy
conda install scipy
bokeh serve --show joy.py