-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc]: Examples Gallery Layout changed to one or two columns #23976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
This should be reported to sphinx-gallery. |
Actually probably a pydata-sphinx-theme issue: pydata/pydata-sphinx-theme#904 |
@QuLogic: Thanks! I added a comment there: pydata/pydata-sphinx-theme#904 (comment) So we can close the issue here in matplotlib? |
The question is whether we want to add
as a temporary workaround on our side until pydata-sphinx-theme has released a fixed version. |
StefRe
added a commit
to StefRe/matplotlib
that referenced
this issue
Nov 16, 2022
Fix single column layout and extra white space caused by pydata-sphinx-theme 0.10.0, see matplotlib#23976. This was fixed in github.com/pydata/pydata-sphinx-theme/pull/964.
1 task
melissawm
pushed a commit
to melissawm/matplotlib
that referenced
this issue
Dec 19, 2022
Fix single column layout and extra white space caused by pydata-sphinx-theme 0.10.0, see matplotlib#23976. This was fixed in github.com/pydata/pydata-sphinx-theme/pull/964.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation Link
https://matplotlib.org/devdocs/gallery/spines/index.html
Problem
Galleries without text, e.g. Spines are shown in a one or two column layout with broad margins at both sides (galleries without text, e.g. Color don't seem to be affected, but sometimes have a big top margin).
The only gallery that didn't change and looks normal is Embedding Matplotlib in graphical user interfaces which only contains placeholder images.
This change might be caused by sphinx-gallery/sphinx-gallery#906 ?
CURRENT (3.6/3.7):

PREVIOUS (3.5):

Suggested improvement
Restore old layout.
The text was updated successfully, but these errors were encountered: