Do not turn on interactive mode on in example script #6475

Merged
merged 1 commit into from May 25, 2016

Conversation

Projects
None yet
4 participants
Contributor

cgohlke commented May 24, 2016

Also, please check simple_plot_fps.py, which produces an empty plot.

@cgohlke cgohlke Do not turn on interactive mode on in example script
01f9856

mdboom added the needs_review label May 24, 2016

@efiring efiring merged commit 6f27d8b into matplotlib:master May 25, 2016

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 69.775%
Details

efiring removed the needs_review label May 25, 2016

@efiring efiring added a commit that referenced this pull request May 25, 2016

@efiring efiring Merge pull request #6475 from cgohlke/patch-1
Do not turn on interactive mode on in example script
db6a82a

@efiring efiring added a commit that referenced this pull request May 25, 2016

@efiring efiring Merge pull request #6475 from cgohlke/patch-1
Do not turn on interactive mode on in example script
02cdbf3
Owner

efiring commented May 25, 2016 edited by QuLogic

backported to v2.x as db6a82a
backported to v1.5.x as 02cdbf3

Member

QuLogic commented May 25, 2016

Not sure why it needed backporting to v2.x since it'll cascade from v1.5.x, but I fixed the link to the commit.

Owner

efiring commented May 26, 2016

@QuLogic, Thanks, that was just a symptom of my ignorance. What was wrong with the link, and what did you have to do?

Member

QuLogic commented May 26, 2016

Probably just a typing error; it was db6182a instead of db6a82a.

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