Skip to content

Commit 3a0e864

Browse files
committed
[plotting] Update plotting latency code
1 parent b48fc74 commit 3a0e864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

accelforge/plotting/mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def plot_latency_comparison(
2222
labels:
2323
Labels to use for each Mapping class in `mappings`.
2424
"""
25-
fig, ax = _plot_column_comparison(mappings, labels, "Total<SEP>energy")
25+
fig, ax = _plot_column_comparison(mappings, labels, "Total<SEP>latency")
2626
ax.set_ylabel("Latency (s)")
2727
return fig, ax
2828

0 commit comments

Comments
 (0)