Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove example of matrix of size (12, 12) and (64, 64) #8094
Conversation
| @@ -10,17 +10,7 @@ def samplemat(dims): | ||
| aa[i, i] = i |
dstansby
Feb 17, 2017
Contributor
I think the current version is much more readable, which is important for an example.
| -# Display a random matrix with a specified figure number and a grayscale | ||
| -# colormap | ||
| -plt.matshow(np.random.rand(64, 64), fignum=100, cmap=plt.cm.gray) | ||
| +# Display matrix |
|
@anntzer I find your review confusing, you asked for changes with the comment 'LGTM' ;) |
|
I noticed the spaces issue afterwards and forgot to edit the main message :-) |
anntzer
changed the title from
Remove example of matrix of size (12, 12) and (64, 64) to [MRG+1] Remove example of matrix of size (12, 12) and (64, 64)
Feb 18, 2017
dstansby
changed the title from
[MRG+1] Remove example of matrix of size (12, 12) and (64, 64) to Remove example of matrix of size (12, 12) and (64, 64)
Feb 18, 2017
dstansby
merged commit 3b9a916
into matplotlib:master
Feb 18, 2017
3 of 5 checks passed
codecov/project/library
62.22% (-0.06%) compared to 5e825bd
Details
continuous-integration/appveyor/pr
AppVeyor build failed
Details
codecov/patch
Coverage not affected when comparing 5e825bd...f944078
Details
codecov/project/tests
97.94% (target 97.7%)
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
dstansby
added this to the
2.0.1 (next bug fix release)
milestone
Feb 18, 2017
dstansby
added a commit
that referenced
this pull request
Feb 18, 2017
|
|
dstansby |
35996ce
|
|
Backported to 2.0.x via 35996ce |
patniharshit
deleted the
unknown repository branch
Feb 19, 2017
afvincent
added the
Documentation
label
Feb 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patniharshit commentedFeb 17, 2017
•
edited
refs #7956 Only keep middle plots
Remove first and third example and keep second one.