Tolto "Bozen" da .dat e modificate dimensioni per 04_histogram.

This commit is contained in:
Emiliano Vavassori 2011-03-30 02:29:25 +02:00
parent dd575d31ba
commit b1e30f65db
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"Valle d'Aosta" 51.0 48.2 15.5 "Valle d'Aosta" 51.0 48.2 15.5
"Lombardia" 48.7 50.6 14.8 "Lombardia" 48.7 50.6 14.8
"Trentino-Alto Adige" 47.8 51.4 16.9 "Trentino-Alto Adige" 47.8 51.4 16.9
"Bolzano/Bozen" 44.6 54.0 20.0 "Bolzano" 44.6 54.0 20.0
"Trento" 50.8 48.9 13.6 "Trento" 50.8 48.9 13.6
"Veneto" 49.6 50.1 16.4 "Veneto" 49.6 50.1 16.4
"Friuli-Venezia Giulia" 50.0 49.5 12.6 "Friuli-Venezia Giulia" 50.0 49.5 12.6

View File

@ -6,7 +6,7 @@
# #
set encoding utf8 set encoding utf8
set terminal pdfcairo enhanced color font 'Arial,6' size 4, 4 set terminal pdfcairo enhanced color font 'Arial,5' size 7.5cm, 7.5cm
set output "../img/04_histogram.pdf" set output "../img/04_histogram.pdf"
set title "Presenza di Internet nelle \ set title "Presenza di Internet nelle \
@ -19,8 +19,8 @@ set xtics out rotate 90 nomirror
set ytics out nomirror set ytics out nomirror
set grid ytics set grid ytics
set style data histograms set style data histograms
set style histogram rowstacked gap 1 set style histogram rowstacked
set boxwidth 0.9 set boxwidth 0.8
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 "Sì" title "No", '' using 3 title "Sì"