How to Plot Asymmetric Error Bars in Matplotlib
While working on a data visualization project for one of my clients in the USA, I needed to show measurement uncertainty that wasn’t the same above and below each data point. That’s when I realized I needed asymmetric error bars in my Matplotlib chart. If you’ve ever used Matplotlib in Python, you probably know it’s … Read more >>