Skip to content

Commit f25d812

Browse files
committed
Python: show row numbers for ftest as well
1 parent 525607c commit f25d812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/Python/fdsplotlib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ def read_csv_cached(path, **kwargs):
398398
plt.close('all')
399399
first_plot = True
400400
elif ftest:
401+
if verbose:
402+
print(f"Generating plot {csv_rownum} {pltdir}{pp.Plot_Filename}...")
401403
f = f_Last
402404
first_plot = False
403405
else:

0 commit comments

Comments
 (0)