From 2ea9c03fb865b8730e43bc9ff628c681336dee74 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 02:54:28 +0100 Subject: [PATCH] [plotting] magnification plot added --- GPy/plotting/matplot_dep/controllers/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 GPy/plotting/matplot_dep/controllers/__init__.py diff --git a/GPy/plotting/matplot_dep/controllers/__init__.py b/GPy/plotting/matplot_dep/controllers/__init__.py new file mode 100644 index 00000000..61cfb73b --- /dev/null +++ b/GPy/plotting/matplot_dep/controllers/__init__.py @@ -0,0 +1 @@ +from .imshow_controller import ImshowController, ImAnnotateController \ No newline at end of file