Plot a histogram
Let's further investigate the retinol dataset. Your task now is to create a histogram of the plasma retinol feature.
本练习是课程的一部分
Practicing Coding Interview Questions in Python
交互式实操练习
通过完成这段示例代码来试试这个练习。
# Plot a simple histogram of the plasma retinol feature
plt.____
____