plotting \o/

This commit is contained in:
Max Zwiessele 2014-03-03 15:07:52 +00:00
parent a98334e009
commit 0062a5b16f
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ class Kern(Parameterized):
See GPy.plotting.matplot_dep.plot
"""
assert "matplotlib" in sys.modules, "matplotlib package has not been imported."
from ..plotting.matplot_dep import kernel_plots
from ...plotting.matplot_dep import kernel_plots
kernel_plots.plot(self,*args)
def plot_ARD(self, *args, **kw):