compartir – copiar, distribuir i comunicar públicament l'obra
adaptar – fer-ne obres derivades
Amb les condicions següents:
reconeixement – Heu de donar la informació adequada sobre l'autor, proporcionar un enllaç a la llicència i indicar si s'han realitzat canvis. Podeu fer-ho amb qualsevol mitjà raonable, però de cap manera no suggereixi que l'autor us dóna suport o aprova l'ús que en feu.
https://creativecommons.org/licenses/by/2.0CC BY 2.0 Creative Commons Attribution 2.0 truetrue
Gnuplot
Version 4.4 patchlevel 3
# Use "term svg" instead of "term png" to obtain SVG image
#set term svg size 725,426 dynamic font "sans-serif"
set term png transparent truecolor size 725,426
set autoscale xfix
set grid
set style data linespoints
set pointsize 0.6
unset key
plot "population.txt" using 1:($2/1000) linetype rgb "#FF00FF" pt 5
'''Description''': evolution of demography in Switzerland (1970-2005) '''Source''': * chart: own work * data: Swiss Federal Statistical Office (http://www.bfs.admin.ch/bfs/portal/en/index.html) '''Author''': User:Dimelina '''Date''': 10th December