Reporte Covid19 en México y Michoacán
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
472 B

clear
set datafile separator ","
set datafile missing "NaN"
file="../datos/datos-covid-michoacan.csv"
set linestyle 1 lc rgb 'black' pt 6 ps 2 # circle
set linestyle 2 lt 0 lw 3.3
set xlabel 'Días de contagio' font ',14'
set xtics font ", 13"
show xlabel
set ytics font ", 11"
set ylabel 'Factor de crecimiento' font ',14'
set title 'Figura 7: Factor de crecimeinto díario de COVID19 en Michoacán' font ',18'
show title
set key off
plot [1:][] file using 2:6 w lp ls 1