update regulation and correct some things
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user