Fichier script gnuplot exécuté pour générer ce graphe :
set terminal svg enhanced fsize 12 size 750,500
set output 'chunnel traffic-fr.svg'
set datafile missing '-'
set datafile separator "\t"
set style data linespoints
set title "Trafic du tunnel sous la Manche"
set xtics nomirror
set ytics 2
set y2tics 2
set xlabel "Ann\ée"
set ylabel "Millions de passagers"
set y2label "Millions de tonnes de marchandises"
set grid noxtics
set grid ytics
set key on inside left top box
set yrange [0:22]
set y2range [0:22]
set style line 1 lw 3 pt 4 # Eurostar passagers
set style line 2 lw 3 pt 4 # Navettes Passagers
set style line 3 pt 3 # Navettes Camions
set style line 4 pt 3 lc rgb "#660066" # Trains de fret
plot 'chunnelfr.dat' using 2:xtic(1) t 2 ls 1, '' u 3 t 3 ls 2, '' u 4 t 4 ls 3, '' u 5 t 5 ls 4
Licensing
Public domainPublic domainfalsefalse
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Captions
Add a one-line explanation of what this file represents
{{Information |Description={{en|1=A graph of traffic through the Chunnel, 1994–2008}} {{fr|1=Graphique décrivant le trafic du tunnel sous la Manche (1994-2008)}} |Source={{en|Based on Nkocharh’s English version: [[:File:Chunnel_traf
File usage
No pages on the English Wikipedia use this file (pages on other projects are not listed).