Simplify plot title by removing CAN ID
This commit is contained in:
@@ -560,7 +560,7 @@ def render_vehicles(vehicle):
|
|||||||
if getattr(sig, "skip_plot", False):
|
if getattr(sig, "skip_plot", False):
|
||||||
continue
|
continue
|
||||||
unit_str = f" ({sig.unit})" if sig.unit else ""
|
unit_str = f" ({sig.unit})" if sig.unit else ""
|
||||||
title = f"{frame_def.can_id} - {sig.name}{unit_str}"
|
title = f"{sig.name}{unit_str}"
|
||||||
fig = vehicle_module.plot_signal(
|
fig = vehicle_module.plot_signal(
|
||||||
decoded, sig.name, title=title, color=frame_def.color
|
decoded, sig.name, title=title, color=frame_def.color
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user