Is there any way to plot 95% CI around a numpy array in Python?

The closest I managed to find was 'seaborn.pointplot' but didn't really work out for me somehow

Shows an error :

AttributeError: 'numpy.ndarray' object has no attribute 'get'

More Utkarsh Singh's questions See All
Similar questions and discussions