aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testzinc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testzinc.pl')
-rw-r--r--sandbox/testzinc.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/testzinc.pl b/sandbox/testzinc.pl
index 20f12f1..941d11b 100644
--- a/sandbox/testzinc.pl
+++ b/sandbox/testzinc.pl
@@ -129,8 +129,9 @@ sub create_tracks {
-position => [$track->{'x'}, $track->{'y'}],
-speedvector => [$track->{'vx'}, $track->{'vy'}],
-speedvectorsensitive => 1,
- -speedvectorwidth => 5,
+ -speedvectorwidth => 2,
-speedvectormark => 1,
+ -speedvectorticks => 1,
-labeldistance => 30,
-markersize => 20,
-historycolor => 'gray30',