Skip to content

Figures appear side by side instead of one after the other in the docs #673

@Tmodrzyk

Description

@Tmodrzyk

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions