scripts: plotmpl.py: Fixed -X/--xlim not considering all datasets

This was a simple typo. Unfortunately went unnoticed because the
lingering dataset assigned in the above for loop made the results look
mostly correct. Yay.
This commit is contained in:
Christopher Haster
2025-05-15 16:04:14 -05:00
parent c04f36ead4
commit e606e82ecb

View File

@@ -1100,7 +1100,7 @@ def main(csv_paths, output, *,
if y is not None))),
xlim_[1] if xlim_[1] is not None
else max(it.chain([0], (x
for r in subdatasets.values()
for dataset in subdatasets.values()
for x, y in dataset
if y is not None))))
ax.set_ylim(