In this repository you can find how to create a dot plot using Python and Seaborn package. Dot plots are not included in Seaborn, but you can use a little tweak to the scatterplot and convert it with ...
#dot plots !groups dot 1,dot 2,dot 3 !colors #028482,#7ABA7A,yellow !title Example of dot plot # -- legends -- !legendstyle circle !showLegends 1 ## -- if !scalebycol is set to 1, each column of data ...