logo

Drawing Subplots in LaTeX 📂Writing

Drawing Subplots in LaTeX

설명

Putting multiple photos in a single line can actually be done just by resizing them as shown above.

![3509_image1.png](3509_image1.png#center)

To attach captions to each subplot and group them into a single Figure with numbering, the `subfig` package can be used.

- `\subfloat[caption]{figure}`

Note that it is `\subfloat` not `\subplot`.

```code2

![3509_image3.png](3509_image3.png#center)

## Full Code

```code3