Usato pdfcairo anziché pdflib. Sistemate dimensioni e carattere.

This commit is contained in:
Emiliano Vavassori 2011-03-19 03:16:50 +01:00
parent 4f9ba863b7
commit c6f4aae795
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
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 title "Presenza di Internet nelle \
@ -23,4 +23,4 @@ set style histogram rowstacked gap 1
set boxwidth 0.9
set style fill transparent solid 0.5
plot '04_histogram.dat' using 2:xtic(1) \
title "No", '' using 3 title "Si"
title "No", '' using 3 title "Sì"