plotting bug for bgplvm fixed

This commit is contained in:
mzwiessele 2014-01-29 09:56:57 +00:00
parent 169394e746
commit cac0e7da13

View file

@ -272,7 +272,8 @@ class BayesianGPLVM(SparseGP, GPLVM):
if i < self.X.shape[1] - 1:
a.set_xticklabels('')
pylab.draw()
fig.tight_layout(h_pad=.01) # , rect=(0, 0, 1, .95))
if ax is None:
fig.tight_layout(h_pad=.01) # , rect=(0, 0, 1, .95))
return fig
def getstate(self):