paper_hashtag_federation/figures/hist_distance.plot

8 lines
298 B
Gnuplot

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