merge fill_demo and fill_demo_features #8154

Merged
merged 4 commits into from Mar 8, 2017

Conversation

Projects
None yet
4 participants
Contributor

patniharshit commented Feb 26, 2017

refs #7956

@patniharshit patniharshit merge fill_demo and fill_demo_features
efb2999
@@ -1,13 +1,13 @@
+import numpy as np
+import matplotlib.pyplot as plt
@dstansby

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!

@patniharshit patniharshit move imports below title
728158c

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()
@QuLogic

QuLogic Feb 26, 2017

Member

Remove; there's one at the end.

@@ -16,3 +16,22 @@
ax.fill(x, y, zorder=10)
ax.grid(True, zorder=5)
plt.show()
+
+"""
+========================
@QuLogic

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

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

@patniharshit patniharshit Merge docstring coherent
71b82a2
@NelleV NelleV DOC removed redundant call to plt.show()
b4c8140
Contributor

NelleV commented Mar 8, 2017

Thanks @patniharshit !

@NelleV NelleV merged commit f032c51 into matplotlib:master Mar 8, 2017

0 of 2 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details

patniharshit deleted the patniharshit:lineBarMarkerMerge branch Mar 8, 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