ex-1: fixed a typo
This commit is contained in:
parent
61f3650a4b
commit
edb75c7e18
@ -10,9 +10,9 @@ def moyal(x, μ, σ):
|
||||
return N * np.exp(- 0.5 * ((x - μ)/σ + np.exp( - (x - μ)/σ)))
|
||||
|
||||
|
||||
# plt.figure()
|
||||
plt.figure(figsize=(3.5, 2.5))
|
||||
plt.rcParams['font.size'] = 8
|
||||
plt.figure()
|
||||
# plt.figure(figsize=(3.5, 2.5))
|
||||
# plt.rcParams['font.size'] = 8
|
||||
|
||||
# useful coordinates
|
||||
# y_min = -0.0086 # y min axes
|
||||
|
Loading…
Reference in New Issue
Block a user