Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
merge fill_demo and fill_demo_features #8154
+17
−25
Conversation
| @@ -1,13 +1,13 @@ | ||
| +import numpy as np | ||
| +import matplotlib.pyplot as plt |
dstansby
Feb 26, 2017
Contributor
Could the import lines be just below the title (as in the original file)? Otherwise this looks good if the tests pass!
dstansby
added the
Documentation
label
Feb 26, 2017
dstansby
changed the title from
merge fill_demo and fill_demo_features to [MRG + 1] merge fill_demo and fill_demo_features
Feb 26, 2017
dstansby
added this to the
2.0.1 (next bug fix release)
milestone
Feb 26, 2017
| @@ -16,3 +16,22 @@ | ||
| ax.fill(x, y, zorder=10) | ||
| ax.grid(True, zorder=5) | ||
| plt.show() |
| @@ -16,3 +16,22 @@ | ||
| ax.fill(x, y, zorder=10) | ||
| ax.grid(True, zorder=5) | ||
| plt.show() | ||
| + | ||
| +""" | ||
| +======================== |
QuLogic
Feb 26, 2017
Member
You need to merge these two docstrings into something coherent at the beginning of the file. Just smooshing the separate files together is no good.
patniharshit
Feb 27, 2017
Contributor
Please review.
I was kinda sleepy, messed up commit message XD
patniharshit
and others
added some commits
Feb 27, 2017
|
Thanks @patniharshit ! |
NelleV
merged commit f032c51
into matplotlib:master
Mar 8, 2017
patniharshit
deleted the
patniharshit:lineBarMarkerMerge branch
Mar 8, 2017
QuLogic
modified the milestone: 2.1 (next point release), 2.0.1 (next bug fix release)
Mar 20, 2017
QuLogic
changed the title from
[MRG + 1] merge fill_demo and fill_demo_features to merge fill_demo and fill_demo_features
Mar 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patniharshit commentedFeb 26, 2017
refs #7956