create pirate plot in seaborn (combination of box and point plot)

Viewed 572

There exists a nice plot in R called pirate plot. It is a combination of box plot and point plot. How can I plot something similar in python with seaborn? You can find an example here: http://rpubs.com/yarrr/pirateplot

1 Answers
Related