Python_Numpy Flashcards

1
Q

numpy.random.normal

A

Draw random samples from a normal (Gaussian) distribution.
np.random.normal(mean, stdev, size)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to set up axes.

A

fig, ax = plt.subplots()
fig, axs = plt.subplots(2,2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly