From c6f4aae7951b75db502afcf917f69518d3a3aa49 Mon Sep 17 00:00:00 2001 From: syntaxerrormmm Date: Sat, 19 Mar 2011 03:16:50 +0100 Subject: [PATCH] =?UTF-8?q?Usato=20pdfcairo=20anzich=C3=A9=20pdflib.=20Sis?= =?UTF-8?q?temate=20dimensioni=20e=20carattere.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04_histogram.gp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04_histogram.gp b/04_histogram.gp index 793fbdd..16eeb17 100644 --- a/04_histogram.gp +++ b/04_histogram.gp @@ -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ì"