psteinb / covid19-curve-your-city

Extrapolation der COVID19 Fallzahlen
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

add plot at logarithmic scale #5

Closed psteinb closed 4 years ago

psteinb commented 4 years ago

to better see the deviation from the exponential growth, a plot with a logarithmic y-axis is worthwhile including. For this, the current ggplot2 layout needs to see a second plot canvas next to the current one where the log scale is applied.

psteinb commented 4 years ago

done in current version