From 155df0b32c32b04a6d9e991ce31685382417bcde Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 02:51:21 +0100 Subject: [PATCH] [plotting] magnification plot added --- GPy/plotting/matplot_dep/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GPy/plotting/matplot_dep/__init__.py b/GPy/plotting/matplot_dep/__init__.py index 2d80ae95..e9d2395d 100644 --- a/GPy/plotting/matplot_dep/__init__.py +++ b/GPy/plotting/matplot_dep/__init__.py @@ -17,4 +17,5 @@ # from .ssgplvm import SSGPLVM_plot -from .util import align_subplot_array, align_subplots, fewerXticks, removeRightTicks, removeUpperTicks \ No newline at end of file +from .util import align_subplot_array, align_subplots, fewerXticks, removeRightTicks, removeUpperTicks +from . import controllers \ No newline at end of file