LoslegenKostenlos loslegen

Plot a histogram

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

Diese Übung ist Teil des Kurses

Practicing Coding Interview Questions in Python

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Plot a simple histogram of the plasma retinol feature
plt.____
____
Code bearbeiten und ausführen