From 5e5dc0eac5e1aba1d3f419e4bd9f6ffb9f375d95 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 14:21:01 +0100 Subject: [PATCH] Update base_plots.py --- GPy/plotting/matplot_dep/base_plots.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/GPy/plotting/matplot_dep/base_plots.py b/GPy/plotting/matplot_dep/base_plots.py index 45597628..aefb3e8d 100644 --- a/GPy/plotting/matplot_dep/base_plots.py +++ b/GPy/plotting/matplot_dep/base_plots.py @@ -1,13 +1,6 @@ # #Copyright (c) 2012, GPy authors (see AUTHORS.txt). # Licensed under the BSD 3-clause license (see LICENSE.txt) - - -try: - #import Tango - from matplotlib import pyplot as pb -except: - pass -import numpy as np +from matplotlib import pyplot as pb def ax_default(fignum, ax): if ax is None: