Skip to content

Commit b32f93f

Browse files
committed
Python: update plot library
1 parent 63cee77 commit b32f93f

File tree

3 files changed

+404
-877
lines changed

3 files changed

+404
-877
lines changed

Utilities/Python/FDS_verification_script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
# Run dataplot and scatplot scripts
2020

21-
fdsplotlib.dataplot(config_filename='FDS_verification_dataplot_config.csv',
21+
fdsplotlib.dataplot(config_filename='../Matlab/FDS_verification_dataplot_inputs.csv',
2222
expdir='../../Verification/',
2323
cmpdir='../../Verification/',
2424
pltdir='../../Manuals/',
2525
close_figs=True,
2626
verbose=True,
27-
plot_list=['cantera_ignition_delay'])
27+
plot_range=[2])
2828

2929
# Special cases
3030

0 commit comments

Comments
 (0)