bf
This commit is contained in:
parent
e4cd9a340d
commit
50f3c60b66
@ -276,8 +276,8 @@ def main():
|
||||
|
||||
disp_eth_power = True
|
||||
|
||||
|
||||
fig, ax = plt.subplots(n_rows, n_cols, figsize=(20/2.54, 12/2.54), facecolor='white',sharex=True, sharey=True)
|
||||
fig, ax = plt.subplots(n_rows, n_cols, figsize=((n_cols * 2.5)/2.54, (n_rows * 2.5)/2.54), facecolor='white',
|
||||
sharex=True, sharey=True)
|
||||
ax = np.hstack(ax)
|
||||
channel_handle = []
|
||||
init_fig = True
|
||||
|
Loading…
Reference in New Issue
Block a user