diff --git a/GPy/models/Bayesian_GPLVM.py b/GPy/models/Bayesian_GPLVM.py index 59b6bb15..dc5dc0d4 100644 --- a/GPy/models/Bayesian_GPLVM.py +++ b/GPy/models/Bayesian_GPLVM.py @@ -232,8 +232,7 @@ class Bayesian_GPLVM(sparse_GP, GPLVM): assert self._debug, "must enable _debug, to debug-plot" import pylab # from mpl_toolkits.mplot3d import Axes3D - figs = [pylab.figure('BGPLVM DEBUG', figsize=(12, 4), - tight_layout=True)] + figs = [pylab.figure('BGPLVM DEBUG', figsize=(12, 4))] # fig.clf() # log like