用 Python 提升数据可视化
Nick Strayer
Instructor
需要不确定性
不需要不确定性
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)
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)