Skip to content

Commit

Permalink
testing figure placement
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Jun 25, 2024
1 parent 2905a0f commit ce9740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-sheet-5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $$
$$


```{r, echo=FALSE, fig.show='hold', out.width='50%', fig.align='center'}
```{r, echo=FALSE, out.width='49%', out.height='20%', fig.align='center', fig.cap='Abbildung 1 - Beispiel einer durch Lösung von Problem (2) erhaltenen Rekonstruktion. Links: Verrauschtes Original Y. Rechts: Rekonstruierte Version X mit $\\alpha = 0.5$.'}
knitr::include_graphics(c("figures/sheet-5/p1.png", "figures/sheet-5/p2.png"))
```

0 comments on commit ce9740f

Please sign in to comment.