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: Switch to OO code style & ensure fixed y-range in `psd_demo3` #6841
Conversation
afvincent
added the
Documentation
label
Jul 26, 2016
mdboom
added the
needs_review
label
Jul 26, 2016
afvincent
referenced
this pull request
Jul 26, 2016
Merged
DOC: Fix `psd_demo_complex` similarly to `psd_demo3` #6843
|
All examples such as this one that use random data should first call |
|
@efiring I agree with you: the example now uses a dedicated RandomState instance as prng. I think this approach is still readable ( It is part of my plans to try to introduce this kind of reproducible (pseudo-)random draws in the relevant mpl examples (but I do not really have the bandwidth currently…) |
tacaswell
merged commit 58a4173
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 |
a5fe337
|
|
backported to v2.x as a5fe337 |
QuLogic
added this to the
2.0 (style change major release)
milestone
Jul 28, 2016
afvincent
deleted the
afvincent:fix_psd_demo3 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
In
psd_demo3.pypylab example: