diff options
| -rw-r--r-- | Kod/bilbana/yc4/display/scenes/draw_lap_graph.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m b/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m index 8323dad..b67b6f0 100644 --- a/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m +++ b/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m @@ -24,7 +24,7 @@ else end end -%% strip empty values +%% STRIP EMPTY VALUES tmp = []; for i = 1:length(car1_laptimes) if car1_laptimes(i) ~= 0 @@ -72,7 +72,7 @@ if ~(in_clipboard) draw_line(0, y, 320, y), ... put_text(53 , y + margin_top, 'C', 'target'), ... put_text(160, y + margin_top, 'C', 'mean'), ... - put_text(266, y + margin_top, 'C', 'std') ... + put_text(266, y + margin_top, 'C', 'stdev') ... ])); pause(dt); |
