Does anyone know how to go about creating a horizontal bar graph that graphs number ranges? By which I mean the graphed values do not start at 0 on the x axis 0 and stop at another singular number but instead the values have a start and end values representing a range.
As far as I can see barh is just able to plot singular values instead of range values.
I have been trying to achieve this using matplotlib's barh however I cannot seem to figure out how to make it draw ranges.
Here is an example of what I mean:
Can anyone advise me on how to draw this using matplotlib or another alternative Python module?