We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7df6ab commit f65faa5Copy full SHA for f65faa5
Utilities/Python/fdsplotlib.py
@@ -391,7 +391,7 @@ def read_csv_cached(path, **kwargs):
391
raw_keys = [c.strip() for c in (pp.d1_Key or '').split('|')] if pp.d1_Key else []
392
key_labels = (raw_keys + [None] * len(y_plot_list))[:len(y_plot_list)]
393
394
- if dtest:
+ if dtest or gtest:
395
if verbose:
396
print(f"Generating plot {csv_rownum} {pltdir}{pp.Plot_Filename}...")
397
if close_figs:
0 commit comments