Clarify documentation of pyplot.draw #7449

Merged
merged 1 commit into from Nov 15, 2016

Conversation

Projects
None yet
3 participants
Contributor

Rufflewind commented Nov 13, 2016

See #7432.

@Rufflewind Rufflewind Clarify documentation of pyplot.draw
See #7432.
f0e6d01

Rufflewind referenced this pull request Nov 13, 2016

Closed

Failure to re-render after Line2D.set_color #7432

3 of 5 tasks complete

QuLogic added this to the 2.0.1 (next bug fix release) milestone 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

QuLogic Nov 13, 2016

Member

The parentheses are not really necessary, but it looks like that doesn't break the link.

Owner

tacaswell commented Nov 15, 2016

The appveyor failure looks like it is conda-version specific.

@tacaswell tacaswell merged commit 86b32ca into matplotlib:master Nov 15, 2016

2 of 3 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.06%) to 61.919%
Details

@tacaswell tacaswell added a commit that referenced this pull request Nov 15, 2016

@tacaswell tacaswell Merge pull request #7449 from Rufflewind/master
DOC: Clarify documentation of pyplot.draw
5ee1eee
Owner

tacaswell commented Nov 15, 2016

backported to v2.x as 5ee1eee

Owner

tacaswell commented Nov 15, 2016

@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!

Contributor

Rufflewind commented Nov 15, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment