Plotting
This commit is contained in:
7
Exercises/ex_1/ping_pong/plot.plt
Normal file
7
Exercises/ex_1/ping_pong/plot.plt
Normal file
@@ -0,0 +1,7 @@
|
||||
set output 'data.png'
|
||||
set logscale xy
|
||||
set xlabel 'time [us]'
|
||||
set ylabel 'message size [bytes]'
|
||||
set label 'message size'
|
||||
plot 'data.dat' using 1:3 with points title 'message size'
|
||||
quit
|
||||
Reference in New Issue
Block a user