File:Interrupce CZ.svg

Summary

Description
English: Abortions in the Czech Republic
Čeština: Interrupce v Česku
Date 2010-06-04, last updated: 2022-05-25
Source
Author Petr Kadlec

Script

Chart generated using the following script:

Source code

Gnuplot code

set xrange [1958:2020]
set yrange [0:120000]
set y2range [0:100]
set xtics 5
set mxtics 5
set ytics nomirror 20000
set mytics 4
set y2tics 10
set my2tics 2
set xlabel 'Rok'
set ylabel 'Celkem'
set y2label 'Podíl [%]'
set key
# set title 'Interrupce v ČR'
set grid lt 3 lc 0
set terminal svg
set output 'Interrupce_CZ.svg'
plot 'potraty.csv' using ($1):($2) w l lt rgb "blue" title 'Celkem' axes x1y1, '' using ($1):(100.0*$2/$3) w l lt rgb "red" title 'Podíl' axes x1y2
set output

Licensing

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
Category:PD ineligible#Interrupce%20CZ.svg Category:Abortion charts Category:Abortion in the Czech Republic Category:Demographics of the Czech Republic
Category:Abortion charts Category:Abortion in the Czech Republic Category:Demographics of the Czech Republic Category:PD ineligible Category:Valid SVG created with Gnuplot code