Forum Discussion

christinas's avatar
christinas
Helper I
7 months ago
Solved

Chart Name

Hello. I was searching for a way to show the Min, 25th percent, Median, 75th percent and max ranges for salaries and found this chart. I was hoping to have the columns be the ranges and the dots be t...
  • DanieleUgoCopp's avatar
    7 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.