mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 11:19:14 +02:00
tools: reduce the trackpoint gnuplot range to 0..1 units/ms
Anything above 1 unit/ms is high pressure. Though that depends on the trackpoint range, so... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5f9c985661
commit
fc92aaf545
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ set xlabel "delta (units/ms)"
|
||||||
set ylabel "accel factor"
|
set ylabel "accel factor"
|
||||||
set style data lines
|
set style data lines
|
||||||
set yrange [0:5]
|
set yrange [0:5]
|
||||||
set xrange [0:20]
|
set xrange [0:1]
|
||||||
speeds="$speeds"
|
speeds="$speeds"
|
||||||
fname(s)=sprintf("$outfile-%s.gnuplot", s)
|
fname(s)=sprintf("$outfile-%s.gnuplot", s)
|
||||||
plot for [s in speeds] fname(s) using 4:2 title s, \
|
plot for [s in speeds] fname(s) using 4:2 title s, \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue