Skip to content

Commit f5c7e13

Browse files
author
Ahmet Inan
committed
added yrance[0:] to make the plots consistent
1 parent a1da6f6 commit f5c7e13

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

1GiB.png

-90 Bytes
Loading

512MiB.png

-74 Bytes
Loading

ema.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set term png
22
set output "ema.png"
33
set xlabel "GiB written"
44
set ylabel "MiB/s"
5+
set yrange[0:]
56
sum1MiB = 0
67
sum2MiB = 0
78
sum4MiB = 0

noisy.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set term png
22
set xlabel "GiB written"
33
set ylabel "MiB/s"
4+
set yrange[0:]
45

56
set output "1MiB.png"
67
plot "1MiB.log" u ($3/1073741824):($4/1048576) w l t "1 MiB chunks"

0 commit comments

Comments
 (0)