diff --git a/GPy/plotting/matplot_dep/kernel_plots.py b/GPy/plotting/matplot_dep/kernel_plots.py index c8977cef..a7026e4f 100644 --- a/GPy/plotting/matplot_dep/kernel_plots.py +++ b/GPy/plotting/matplot_dep/kernel_plots.py @@ -3,7 +3,7 @@ import numpy as np from matplotlib import pyplot as pb -import Tango +from . import Tango from matplotlib.textpath import TextPath from matplotlib.transforms import offset_copy from .base_plots import ax_default