Skip to content

Commit f69ce7f

Browse files
authored
Merge pull request #14893 from rmcdermo/master
Python: add comment for plot_range and plot_list to example call to f…
2 parents 5ade7b5 + ddc1f4a commit f69ce7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Python/FDS_verification_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pltdir='../../Manuals/',
2727
close_figs=True,
2828
verbose=True,
29-
plot_range=[2])
29+
plot_range=[2,2]) # plot_range[start, end], optionally instead use plot_list['Dataname']
3030

3131
# Special cases
3232

0 commit comments

Comments
 (0)