Skip to content

Commit ddc1f4a

Browse files
committed
Python: add comment for plot_range and plot_list to example call to fdsplotlib.dataplot
1 parent a0f3394 commit ddc1f4a

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)