Forum Discussion
Chart Name
- 8 months ago
Hello,
I think you can do it with a box plot with jittered points, usually I see it done with box plot but here you have just to change the x axis of the dots.
You can try in AppSource visual to install “Box and Whisker Chart”, add category to Axis, value to Values.
But for sure you can do it with Python visual with seaborn or matplotlib.
Anyway I would just call it a box plot, with some visual differencies.
Hello,
I think you can do it with a box plot with jittered points, usually I see it done with box plot but here you have just to change the x axis of the dots.
You can try in AppSource visual to install “Box and Whisker Chart”, add category to Axis, value to Values.
But for sure you can do it with Python visual with seaborn or matplotlib.
Anyway I would just call it a box plot, with some visual differencies.
I was able to make it using Python. Thank you for your help.