paper_hashtag_federation/figures/hist_num.plot

8 lines
268 B
Gnuplot

set terminal pngcairo fontscale 3 linewidth 4 size 1920,1440
set title heading
set output outfile
set ylabel "number of nodes"
set xlabel "node ID as fraction of S"
# read data from stdin
plot infile using ($1 / 2**256):2 title "distribution of node IDs" with histeps