DOC: Boxplot color demo update#7324
Conversation
| # Random test data | ||
| np.random.seed(123) | ||
| all_data = [np.random.normal(0, std, 100) for std in range(1, 4)] | ||
| all_data = [np.random.normal(0, std, size=(100, 4)) for std in range(1, 4)] |
There was a problem hiding this comment.
Any reason to not keep the size as just 100?
|
I added some minor typo fixes, and additional axes labels that I think are useful. |
|
Can you please rebase and remove the extra merge commit? |
bbb9994 to
8291567
Compare
|
👍 Looks good to me! |
|
@NelleV thanks for the merge. Looks like Travis as happy & AppVeyor canceled itself after the merge (phew) |
|
I'll take care of it as soon I can get back on GH. See my comment to Paul On Fri, Oct 21, 2016 at 11:55 AM, Elliott Sales de Andrade <
|
|
Thanks Paul. I'm getting notification emails, but I can access github.com On Fri, Oct 21, 2016 at 10:58 AM, Paul Ivanov notifications@github.com
|
|
I meant to. Thanks for catching that. On Fri, Oct 21, 2016 at 10:18 AM, Paul Ivanov notifications@github.com
|
|
Err, those got through a bit late... |
supersedes #6488 and #7317