Skip to content

Commit 9ddbbdf

Browse files
author
Saurav Agarwal
committed
improve cost plot
1 parent 9767bd0 commit 9ddbbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/scripts/plot_costs_time.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def plot_costs(self, costs_dict):
116116
line=dict(color=color),
117117
legendgroup=controller_dir,
118118
visible=True,
119+
hovertemplate="(%{x}, %{y:.2f})"
119120
))
120121

121122
for idx, controller_dir in enumerate(self.controller_dirs):

0 commit comments

Comments
 (0)