Improving Your Data Visualizations in Python
Nick Strayer
Instructor
Needs uncertainty
Doesn't need uncertainty
plt.hlines(xmin='lower', xmax='upper', y='y', data=data, linewidth=5, color='steelblue', alpha=0.5)
# Point-estimate for reference plt.plot('est', 'y', 'k|', data = data)
Improving Your Data Visualizations in Python