Skip to content

Improve rendering of matplotlib image in dark mode #1202

Open
@glemaitre

Description

In dark mode, the text below figure is really close of the bottom of the figure. I think that we can change our css with a little trick:

/* sphinx-gallery */

/* add padding to images */
.bd-article img {
    height: unset !important;
    margin-top: 2%;
    margin-bottom: 2%;
}

We have something similar in scikit-learn by using padding but it is not super nice.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    documentationAdd or improve the documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions