mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 12:19:46 +00:00
augmented histogram font
This commit is contained in:
BIN
benchmark/histogram/distribution.png
Normal file
BIN
benchmark/histogram/distribution.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -1,5 +1,5 @@
|
|||||||
set terminal jpeg large font arial size 1920,1080
|
set terminal png large font "arial,26" size 1920,1080
|
||||||
set output 'benchmark/histogram/distribution.jpg'
|
set output 'benchmark/histogram/distribution.png'
|
||||||
|
|
||||||
set datafile separator comma
|
set datafile separator comma
|
||||||
set key under
|
set key under
|
||||||
@ -11,7 +11,7 @@ set boxwidth 0.95
|
|||||||
set grid y
|
set grid y
|
||||||
set bmargin 12
|
set bmargin 12
|
||||||
set autoscale
|
set autoscale
|
||||||
set title "Number of files whose processed time was inside time interval"
|
set title "Number of files per processing time"
|
||||||
|
|
||||||
plot newhistogram, 'benchmark/csv/enry-distribution.csv' using 3:xtic(1) title "enry", 'benchmark/csv/linguist-distribution.csv' using 3 title "linguist"
|
plot newhistogram, 'benchmark/csv/enry-distribution.csv' using 3:xtic(1) title "enry", 'benchmark/csv/linguist-distribution.csv' using 3 title "linguist"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user