corrections: fix image setting
This commit is contained in:
parent
ac025ab1a7
commit
bea08c6d5b
7 changed files with 48 additions and 41 deletions
|
@ -332,7 +332,7 @@ def generate_plot(plot_config):
|
|||
for data_process_step in plot_config.get('data_processing_steps', []):
|
||||
perform_processing_step(data_process_step, plot_data, plot_config)
|
||||
|
||||
fig = plt.figure();
|
||||
fig = plt.figure(figsize=(6.5, 4));
|
||||
|
||||
if(plot_config['type'] == 'lt_sweep'):
|
||||
plot_lt_sweep(fig, plot_config, plot_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue