DOC: Fix psd_demo_complex
similarly to psd_demo3
#6843
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reports on
psd_demo_complex
some fixes similar to the ones done in #6841 onpsd_demo3
(from which this example is derived):NB: as the axes were not shared between the subplots in
psd_demo3
, I removed the sharing in this PR. It might be reintroduced if needed.Besides, the 2nd commit halves the x-tick amount, because otherwise the x-tick labels overlap. Currently, the example looks like:


vs the current one in the devdocs gallery:
BTW, is it normal for the PNG in the devdocs gallery to be only 550x450 pixels?