Closed mflova closed 2 weeks ago
This is probably too specific for a dedicated seaborn function. It should be pretty easy to make with the objects interface, though, and relatively easy to make with a combination of scatterplot
and lineplot
in the classic interface.
These can be quite common in politics or sociology in order to represent not only the data itself but also the difference between two groups. Although this kind of plot can be built by using
matplotlib
andseaborn
combined, having a dedicated method that simplifies this work could be helpful. If this feature is interesting for more people, I can contributing into this future (both interface and implementation itself).More examples: https://datavizcatalogue.com/blog/chart-snapshot-dumbbell-plot/