now returning the ax for plot_latent in BGPLVM

This commit is contained in:
Nicolo Fusi 2013-04-12 13:31:15 +01:00
parent 87304a0778
commit 338f3295b1

View file

@ -95,3 +95,5 @@ class Bayesian_GPLVM(sparse_GP, GPLVM):
input_1, input_2 = which_indices
ax = GPLVM.plot_latent(self, which_indices=[input_1, input_2],*args, **kwargs)
ax.plot(self.Z[:, input_1], self.Z[:, input_2], '^w')
return ax