From b956e1250c768b06becee662df687d7d2f6a8cc1 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 12 Apr 2010 14:08:44 +0200 Subject: [PATCH] Change abck to lines from steps --- tests/00-rtt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/00-rtt.sh b/tests/00-rtt.sh index f20a414..84cfbad 100755 --- a/tests/00-rtt.sh +++ b/tests/00-rtt.sh @@ -16,8 +16,8 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:] "socketcan-1000.dat" with steps title "Socketcan",\ - "lincan-1000.dat" with steps title "Lincan" +plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\ + "lincan-1000.dat" with lp title "Lincan" EOF } -- 2.39.2