Merge commit 'ab802d5f2319768f8250c1a8819e327e2f9f2843' into master

Update matplotlib-cpp, and make it work with the sandboxed python

Change-Id: Ie9836993f9ab6f8f28877e5958d4b4f119db4632
diff --git a/third_party/matplotlib-cpp/BUILD b/third_party/matplotlib-cpp/BUILD
index 85249c0..95f7192 100644
--- a/third_party/matplotlib-cpp/BUILD
+++ b/third_party/matplotlib-cpp/BUILD
@@ -5,10 +5,14 @@
     hdrs = [
         "matplotlibcpp.h",
     ],
+    data = [
+        "@matplotlib_repo//:matplotlib3",
+        "@python_repo//:all_files",
+    ],
     restricted_to = ["//tools:k8"],
     visibility = ["//visibility:public"],
     deps = [
-        "@python_repo//:python2.7_lib",
+        "@python_repo//:python3.5_lib",
     ],
 )