CommencerCommencer gratuitement

Plot a histogram

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

Cet exercice fait partie du cours

Practicing Coding Interview Questions in Python

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Plot a simple histogram of the plasma retinol feature
plt.____
____
Modifier et exécuter le code