Marina
Marina

Reputation: 349

How to create a very specific data diagram using Python

I would like to make a diagram in Python similar to the one shown below. From what I've seen so far, there is no a library that I could use directly. Can you suggest me where to start from, for example, would it be worth to improvise by stacking horizontally multiple subplots. Is there maybe a better approach?

Thanks!

slackdiagram

Upvotes: 2

Views: 86

Answers (1)

Chillie
Chillie

Reputation: 1485

I believe the name you're looking for is Parallel Coordinates Plot.

I'm sure Plotly supports it and there are tutorials online for other libraries as well.

Let me know if this helps.

Edit: and judging by this image from Plotly's docs your example image comes from there.

Upvotes: 2

Related Questions