1. Learn
  2. /
  3. Courses
  4. /
  5. Practicing Coding Interview Questions in Python

Connected

Exercise

Plot a histogram

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

Instructions 1/4

undefined XP
  • 1

    Plot a simple histogram of the plasma retinol feature.

  • 2

    Redefine the histogram to have 20 bins.

  • 3

    Add a title to the plot (choose any name you want).

  • 4

    Add other missing parts to the plot.