ComeçarComece de graça

Plot a histogram

Let's further investigate the retinol dataset. Your task now is to create a histogram of the plasma retinol feature.

Este exercício faz parte do curso

Practicing Coding Interview Questions in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Plot a simple histogram of the plasma retinol feature
plt.____
____
Editar e executar o código