Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DOC: Fix `psd_demo_complex` similarly to `psd_demo3` #6843
Conversation
afvincent
added the
Documentation
label
Jul 26, 2016
mdboom
added the
needs_review
label
Jul 26, 2016
|
Now forcing the (pseudo-)random draws to be repeatable. |
tacaswell
merged commit e6efa8e
into matplotlib:master
Jul 28, 2016
tacaswell
removed the
needs_review
label
Jul 28, 2016
tacaswell
added a commit
that referenced
this pull request
Jul 28, 2016
|
|
tacaswell |
d1d7d7a
|
|
backported to v2.x as d1d7d7a |
QuLogic
added this to the
2.0 (style change major release)
milestone
Jul 28, 2016
afvincent
deleted the
afvincent:fix_psd_demo_complex branch
Jul 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
afvincent commentedJul 26, 2016
Reports on
psd_demo_complexsome 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?