Page 1 of 1

6. (5 pts) Complete the following program to plot a histogram for the data y. The number of bins of the plot is 50. (5 p

Posted: Fri Jul 01, 2022 5:43 am
by answerhappygod
6 5 Pts Complete The Following Program To Plot A Histogram For The Data Y The Number Of Bins Of The Plot Is 50 5 P 1
6 5 Pts Complete The Following Program To Plot A Histogram For The Data Y The Number Of Bins Of The Plot Is 50 5 P 1 (6.91 KiB) Viewed 30 times
Python Data Science Question
Will thumbs up for correct response!
6. (5 pts) Complete the following program to plot a histogram for the data y. The number of bins of the plot is 50. (5 pts) import matplotlib.pyplot as plt y = np.random.lognormal(0, 0.5, 10**5) plt.show()