update regulation and correct some things

This commit is contained in:
2018-08-22 09:25:04 +02:00
parent 00ee127e8a
commit 6e78e563eb
17 changed files with 133 additions and 94 deletions
Binary file not shown.
Binary file not shown.
@@ -21,7 +21,7 @@ plt.rcParams['axes.facecolor'] = 'white'
fig, axarr = plt.subplots(
2,
1,
figsize=(10, 8),
figsize=(8, 6),
gridspec_kw={'height_ratios':[4, 1]},
sharex="col"
)
@@ -21,7 +21,7 @@ plt.rcParams['axes.facecolor'] = 'white'
fig, axarr = plt.subplots(
2,
1,
figsize=(8, 6),
figsize=(8, 8),
gridspec_kw={'height_ratios':[4, .8]}
)
plt.subplots_adjust(hspace=.5)