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 28 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()
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!