mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
old amatplotlib
This commit is contained in:
parent
e0f94d6d9c
commit
de3101fef5
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue