Skip to content

Commit 08750df

Browse files
committed
DOC: Change figure size to 8 x 4.5 inch
Before, the x labels were cut off. Also, now it's compatible to 16:9!
1 parent 6b052be commit 08750df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sfs/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
import sfs
77
import matplotlib.pyplot as plt
8-
plt.rcParams['figure.figsize'] = 8, 4 # inch
8+
plt.rcParams['figure.figsize'] = 8, 4.5 # inch
99
plt.rcParams['axes.grid'] = True
1010
1111
.. autoclass:: ArrayData

sfs/mono/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sfs
77
import numpy as np
88
import matplotlib.pyplot as plt
9-
plt.rcParams['figure.figsize'] = 8, 4 # inch
9+
plt.rcParams['figure.figsize'] = 8, 4.5 # inch
1010
1111
x0 = 1.5, 1, 0
1212
f = 500 # Hz

0 commit comments

Comments
 (0)