Simple Visual Comparison of Horizontal Lines of Different Length

36 Views Asked by At

Given an array with different length values, how can I plot something like this?

enter image description here

  • The range of the values is 10-10000
  • The visual simplicity would be important

From your experience, how could I visualize this efficiently? Is that possible with such large differences in length? Is Python the right programming language? If so, which package would I use?

I'd appreciate advice!

0

There are 0 best solutions below