From 901bf6872f8aca3d9d38747f36afc6ec00c47b6f Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 02:45:13 +0100 Subject: [PATCH] [plotting] magnification plot added --- GPy/plotting/matplot_dep/plot_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/plotting/matplot_dep/plot_definitions.py b/GPy/plotting/matplot_dep/plot_definitions.py index f1fca71a..ab06bcc7 100644 --- a/GPy/plotting/matplot_dep/plot_definitions.py +++ b/GPy/plotting/matplot_dep/plot_definitions.py @@ -33,7 +33,7 @@ from ..abstract_plotting_library import AbstractPlottingLibrary from .. import Tango from . import defaults from matplotlib.colors import LinearSegmentedColormap -from .controllers.imshow_controller import ImshowController +from .controllers import ImshowController class MatplotlibPlots(AbstractPlottingLibrary): def __init__(self):