Newer
Older
# Distribution des degrés - échelle log-log
set terminal png size 1200,800 font "Arial,14"
set output 'output/images/dd_dblp_loglog.png'
set title "Distribution des degrés - Réseau DBLP (échelle log-log)"
set xlabel "Degré k (log)"
set ylabel "Probabilité p_k (log)"
set logscale xy
set grid
set key bottom left
plot 'output/data/dblp_degree_distribution.dat' using 1:2 with points pt 7 ps 0.8 lc rgb "blue" title "DBLP"