Documentation location
https://deepinv.github.io/deepinv/auto_examples/basics/demo_microscopy_3d.html
Describe the issue or suggestion
When an example plots two figures one after the other, in the docs the final html is built with the figures next to each other.
This causes the figures to be way too small.
Additionally, this does not match the default behavior when running the examples as notebooks.
An example with demo_microscopy_3d
And here's the code creating these figures:
# plot generated PSFs
plot_ortho3D(
[psf[None] for psf in psf_coll],
suptitle="PSFs of Widefield microscope (collection only)",
)
plot_ortho3D(
[psf[None] for psf in psf_confocal],
suptitle="Corresponding PSFs of Confocal microscope",
)
Suggested fix or improvement (optional)
No response
Additional context
No response