Usato pdfcairo anziché pdflib. Sistemate dimensioni e carattere.
This commit is contained in:
parent
4f9ba863b7
commit
c6f4aae795
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
set encoding utf8
|
set encoding utf8
|
||||||
set terminal pdf enhanced color size 2.8,2.8
|
set terminal pdfcairo enhanced color font 'Arial,6' size 4, 4
|
||||||
set output "../img/04_histogram.pdf"
|
set output "../img/04_histogram.pdf"
|
||||||
|
|
||||||
set title "Presenza di Internet nelle \
|
set title "Presenza di Internet nelle \
|
||||||
@ -23,4 +23,4 @@ set style histogram rowstacked gap 1
|
|||||||
set boxwidth 0.9
|
set boxwidth 0.9
|
||||||
set style fill transparent solid 0.5
|
set style fill transparent solid 0.5
|
||||||
plot '04_histogram.dat' using 2:xtic(1) \
|
plot '04_histogram.dat' using 2:xtic(1) \
|
||||||
title "No", '' using 3 title "Si"
|
title "No", '' using 3 title "Sì"
|
||||||
|
Loading…
Reference in New Issue
Block a user