mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
[matplotlib] pylab -> pyplot
This commit is contained in:
parent
b5f5f39007
commit
c1a2f7e556
16 changed files with 17 additions and 17 deletions
|
|
@ -799,7 +799,7 @@ class LaplaceTests(unittest.TestCase):
|
|||
post_mean_approx, post_var_approx, = m2.predict(X)
|
||||
|
||||
if debug:
|
||||
import pylab as pb
|
||||
from matplotlib import pyplot as pb
|
||||
pb.figure(5)
|
||||
pb.title('posterior means')
|
||||
pb.scatter(X, post_mean, c='g')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue