Skip to content

Commit

Permalink
Plots beider Demografien etwas verschönert.
Browse files Browse the repository at this point in the history
  • Loading branch information
semaphor committed May 23, 2024
1 parent e2764e0 commit 9452d10
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,20 @@ TODO

### Bevölkerung Ulms

Quelle: [2], Daten per 31.12.2023
* Quelle: [2], Daten per 31.12.2023
* Letzter Datenpunkt: 90 Jahre und älter.

```{r fig.width=4, fig.height=2}
```{r fig.width=6, fig.height=2}
plotAgeUlm2023 <- ggplot(demografieUlm2023, aes(Alter.von, Wohnbevölkerung)) +
geom_col()
geom_col(width = 0.5)
plotAgeUlm2023
```
Quelle: [3], Daten per 31.12.2022
```{r fig.width=4, fig.height=2}
```{r fig.width=5.4, fig.height=2}
plotAgeUlm2022DES <- ggplot(demografieUlmZehner, aes(AltersgruppeZehner, Personen)) +
geom_col()
geom_col(width = 0.8)
plotAgeUlm2022DES
Expand Down

0 comments on commit 9452d10

Please sign in to comment.