Images for paper
This commit is contained in:
parent
3485c1ae1b
commit
e3631eec6b
80 changed files with 66 additions and 66 deletions
|
@ -335,7 +335,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(figsize=(10, 3.5));
|
||||
fig = plt.figure() #figsize=(10, 3.5));
|
||||
|
||||
if(plot_config['type'] == 'lt_sweep'):
|
||||
plot_lt_sweep(fig, plot_config, plot_data);
|
||||
|
@ -364,4 +364,4 @@ with open(INPUT_YAML_FILE, "r") as file:
|
|||
for plot in PLOT_CONFIG['plots']:
|
||||
plot = {**PLOT_CONFIG['defaults'], **plot};
|
||||
|
||||
generate_plot(plot);
|
||||
generate_plot(plot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue