From 6f28edafcd82c57933d611aa1005005d5ddc6aa2 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Wed, 24 Feb 2016 13:13:09 +0000 Subject: [PATCH] [matplotlib_dep] added the baseplots utility for backcompatibility --- GPy/plotting/matplot_dep/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/plotting/matplot_dep/__init__.py b/GPy/plotting/matplot_dep/__init__.py index e9d2395d..d163519b 100644 --- a/GPy/plotting/matplot_dep/__init__.py +++ b/GPy/plotting/matplot_dep/__init__.py @@ -18,4 +18,4 @@ from .util import align_subplot_array, align_subplots, fewerXticks, removeRightTicks, removeUpperTicks -from . import controllers \ No newline at end of file +from . import controllers, base_plots \ No newline at end of file