mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-20 16:51:05 +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"
|
assert self._debug, "must enable _debug, to debug-plot"
|
||||||
import pylab
|
import pylab
|
||||||
# from mpl_toolkits.mplot3d import Axes3D
|
# from mpl_toolkits.mplot3d import Axes3D
|
||||||
figs = [pylab.figure('BGPLVM DEBUG', figsize=(12, 4),
|
figs = [pylab.figure('BGPLVM DEBUG', figsize=(12, 4))]
|
||||||
tight_layout=True)]
|
|
||||||
# fig.clf()
|
# fig.clf()
|
||||||
|
|
||||||
# log like
|
# log like
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue