Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clarify documentation of pyplot.draw #7449
Conversation
Rufflewind
referenced
this pull request
Nov 13, 2016
Closed
Failure to re-render after Line2D.set_color #7432
QuLogic
added this to the
2.0.1 (next bug fix release)
milestone
Nov 13, 2016
QuLogic
added the
Documentation
label
Nov 13, 2016
QuLogic
changed the title from
Clarify documentation of pyplot.draw to [MRG+1] Clarify documentation of pyplot.draw
Nov 13, 2016
| - needed, but there may be ways to modify the state of a figure with | ||
| - out marking it as `stale`. Please report these cases as bugs. | ||
| + This is used to update a figure that has been altered, but not | ||
| + automatically re-drawn. If interactive mode is on (:func:`.ion()`), this |
QuLogic
Nov 13, 2016
Member
The parentheses are not really necessary, but it looks like that doesn't break the link.
|
The appveyor failure looks like it is conda-version specific. |
tacaswell
merged commit 86b32ca
into matplotlib:master
Nov 15, 2016
tacaswell
added a commit
that referenced
this pull request
Nov 15, 2016
|
|
tacaswell |
5ee1eee
|
|
backported to v2.x as 5ee1eee |
|
@Rufflewind Congratulations on you first mpl contribution It is hard to stress how important documentation changes like this are, hopefully we will hear from you again! |
|
Thanks for merging and handling the issue quickly :) |
QuLogic
changed the title from
[MRG+1] Clarify documentation of pyplot.draw to Clarify documentation of pyplot.draw
Nov 15, 2016
QuLogic
modified the milestone: 2.0.1 (next bug fix release), 2.0 (style change major release)
Dec 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rufflewind commentedNov 13, 2016
See #7432.