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
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()
Python Data Science 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()