Unknown final corrections
This commit is contained in:
parent
a0c1c76892
commit
3485c1ae1b
6 changed files with 37 additions and 32 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=(6.5, 4));
|
||||
fig = plt.figure(figsize=(10, 3.5));
|
||||
|
||||
if(plot_config['type'] == 'lt_sweep'):
|
||||
plot_lt_sweep(fig, plot_config, plot_data);
|
||||
|
|
|
@ -438,7 +438,7 @@ plots:
|
|||
ymax: 0.0001
|
||||
|
||||
yformatter: engineering
|
||||
yplaces: 2
|
||||
yplaces: 0
|
||||
|
||||
ofile: V1_Measurements/V1.1-a1/noises.png
|
||||
- loadtype: multicsv
|
||||
|
@ -488,7 +488,7 @@ plots:
|
|||
ymax: 0.0001
|
||||
|
||||
yformatter: engineering
|
||||
yplaces: 2
|
||||
yplaces: 0
|
||||
|
||||
ofile: V1_Measurements/V1.1-a1/noises_ch2.png
|
||||
- loadtype: multicsv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue