Plot a histogram
Let's further investigate the retinol
dataset. Your task now is to create a histogram of the plasma retinol
feature.
This exercise is part of the course
Practicing Coding Interview Questions in Python
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Plot a simple histogram of the plasma retinol feature
plt.____
____