I am trying to plot interval plots in python given the upper bound, lower bound, and point estimation. It should be like this.
For example, for the first line, I know the upper bound is 26, the lower bound is 24 and the point estimator is 25, so I can use these numbers to plot the line. I appreciate any advice. Thanks