File: plot.plt

package info (click to toggle)
python-zxcvbn-rs-py 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 63; makefile: 16; sh: 11
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
set terminal svg size 1280,800 noenhanced background rgb 'white'
set output 'benchmark/benchmark.svg'

set style data histogram
set style histogram cluster gap 1

set style fill solid border rgb "black"
set auto x
set yrange [0:*]
set ylabel "Milliseconds"
set xlabel "Test cases"
plot 'benchmark/benchmark.dat' using 2:xtic(1) title col, \
        '' using 3:xtic(1) title col