Search for question
Question

triangles, respectively. Task 3 A single histogram via Matplotlib (1 point) Let mu (i.e., mean) and sigma (i.e., standard deviation) be 100 and 10, respectively. Use np.random.randn() to generate 1000 random

data points with respect to the mean and standard deviation. Save this series of data points as a variable x. Use Matplotlib to draw a histogram of variable x with 20 bins, a background grid, and 0.75 alpha value. The edge of each vertical bar should be visible.

Fig: 1