summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Kod/scripts/display_graphs.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/Kod/scripts/display_graphs.m b/Kod/scripts/display_graphs.m
index 95cdee5..e749075 100644
--- a/Kod/scripts/display_graphs.m
+++ b/Kod/scripts/display_graphs.m
@@ -30,11 +30,11 @@ graphs.laps = max(length(graphs.car1.lap_times), length(graphs.car2.lap_times));
disp('Drawing frame');
% input('');
matlabclient(1, get_smallpackage([ ...
- line(32, 32, 32, 192), ...
- continue_line(298, 192), ...
- line(28, 40, 32, 32), ...
- continue_line(36, 40), ...
- line(298, 188, 298, 196) ...
+ line(32, 32, 32, 192), ... % y-axis
+ continue_line(298, 192), ... % x-axis
+ line(28, 40, 32, 32), ... % arrow on y
+ continue_line(36, 40), ... % arrow on y
+ line(298, 188, 298, 196) ... % line on x
]));
pause(0.2);