source: experiments/frams/deathmatch/gnuplot/teamsEnergy.gp @ 231

Last change on this file since 231 was 231, checked in by sz, 10 years ago

Deathmatch experiment - http://www.framsticks.com/deathmatch

File size: 641 bytes
Line 
1#!/usr/bin/gnuplot -persist
2set xlabel "Time"
3set ylabel "Energy"
4set title "Energy flow"
5set rmargin 5
6set terminal pngcairo size 1024,800
7set output "energyFlow.png"
8plot \
9"teams1.txt" using 1:2 title "Team 0" w l,\
10"teams1.txt" using 1:4 title "Team 1" w l
11#"teams1.txt" using 1:6 title "Team 2" w l,\
12#"teams1.txt" using 1:8 title "Team 3" w l,\
13#"teams1.txt" using 1:10 title "Team 4" w l,\
14#"teams1.txt" using 1:12 title "Team 5" w l,\
15#"teams1.txt" using 1:14 title "Team 6" w l,\
16#"teams1.txt" using 1:16 title "Team 7" w l,\
17#"teams1.txt" using 1:18 title "Team 8" w l,\
18#"teams1.txt" using 1:20 title "Team 9" w l
Note: See TracBrowser for help on using the repository browser.