mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
plotting bug for bgplvm fixed
This commit is contained in:
parent
169394e746
commit
cac0e7da13
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue