Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What am I doing wrong this is all that I'm getting # Create a histogram of the finish time for all runners. Make sure to

What am I doing wrong this is all that I'm getting image text in transcribed
image text in transcribed
\# Create a histogram of the finish time for all runners. Make sure to do the followng: \# Set your own figure size for better aesthetics. \# Set the horizontal axis to the marathon time in hours. \# Set the bin width to 10 minutes, and the first bin starts from exact 2 hours. " Set the last bin to make sure the slowest runner is covered. \# \# Add axis labels and make other changes (e.g., edge color of the bins) to \# improve the graph readibility and aesthetics. import matplotlib.pyplot as plt import numpy as np plt. hist (marathon[ "final time (s)" ], bins=20) plt. figure(figsize =(14,5)) plt.xlabel("Marathon Time (hours)") bins =np arange (sstart=120, stop =600, step =20) "plt.hist( "final time (s)", bins-range(2*60, max ("final time (s)"), 1e), edgecolor = "black") plt. show ()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Describe the nature of negative messages.

Answered: 1 week ago