GitHub user agoodm opened a pull request: https://github.com/apache/zeppelin/pull/1912
[HOTFIX][ZEPPELIN-1980] - Test and update CI for matplotlib 2.0.0 ### What is this PR for? Matplotlib 2.0.0 was just released. It has introduced some major changes including some to the `rcParams` which makes it incompatible with Zeppelin's built-in plotting backend. This PR updates the backend config for 2.0.0 as well as the CI tests. ### What type of PR is it? Hot Fix ### What is the Jira issue? [ZEPPELIN-1980](https://issues.apache.org/jira/browse/ZEPPELIN-1980) ### How should this be tested? Run the matplotlib tutorial notebook with matplotlib 2.0.0 installed. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No If possible, this should be included as a hotfix for 0.7.0. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoodm/zeppelin ZEPPELIN-1980 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1912.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 #1912 ---- commit 26783592447b24023ed381797e35259744065e6a Author: Alex Goodman <ago...@users.noreply.github.com> Date: 2017-01-18T22:58:44Z Make CI install latest matplotlib commit 202548c98cd9d7c3e3bfcf4673441ecddda54202 Author: Alex Goodman <ago...@users.noreply.github.com> Date: 2017-01-19T00:29:20Z Use figure.dpi instead of savefig.dpi ---- --- 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. ---