We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b052be commit 08750dfCopy full SHA for 08750df
sfs/array.py
@@ -5,7 +5,7 @@
5
6
import sfs
7
import matplotlib.pyplot as plt
8
- plt.rcParams['figure.figsize'] = 8, 4 # inch
+ plt.rcParams['figure.figsize'] = 8, 4.5 # inch
9
plt.rcParams['axes.grid'] = True
10
11
.. autoclass:: ArrayData
sfs/mono/source.py
@@ -6,7 +6,7 @@
import numpy as np
x0 = 1.5, 1, 0
12
f = 500 # Hz
0 commit comments