Skip to content

Commit b52daf6

Browse files
committed
Enh(viz): Improve triple plot validation labels
1 parent 0042ecb commit b52daf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codeclash/analysis/llm_as_judge/grounding_validation_triple_plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def plot_validation_feedback(self):
276276
self.y_positions,
277277
tested_both,
278278
self.bar_height,
279-
label="Sim + tests",
279+
label="Arena + Tests",
280280
alpha=alpha_both,
281281
color=color_both,
282282
)
@@ -294,7 +294,7 @@ def plot_validation_feedback(self):
294294
tested_sim_only,
295295
self.bar_height,
296296
left=np.array(tested_both) + np.array(tested_unit_only),
297-
label="Sim.",
297+
label="Arena",
298298
alpha=alpha_sim,
299299
color=color_sim,
300300
)

0 commit comments

Comments
 (0)