summaryrefslogtreecommitdiff
path: root/plots/3d.plot
blob: ca5d5115b7e073f9545bd0164f6bbd6c7490837e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set term png
set size 0.75,0.75
set output "3d.png"
set title "pgbench transactions/sec"
set ylabel "Scaling factor"
set yrange [*:*] reverse
set xlabel "Clients"
set zlabel "TPS"
set dgrid3d 30,30
set hidden3d
splot "3d.txt" u 2:1:3 with lines