GitHub user cgoodale opened a pull request: https://github.com/apache/climate/pull/66
Drop all instances of show() and plt.show() After a user complained about the show function causing issues on their machine, we decided the best solution was to stop calling the function, and instead have the users open the output plots in another program. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cgoodale/climate patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/66.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #66 ---- commit 6c94d82610e9357da3501ac384e0fd1a77d7e0ba Author: Cameron Goodale <sigep...@gmail.com> Date: 2014-06-06T16:00:27Z Drop all instances of show() and plt.show() After a user complained about the show function causing issues on their machine, we decided the best solution was to stop calling the function, and instead have the users open the output plots in another program. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---