mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
[matplotlib] pylab -> pyplot
This commit is contained in:
parent
b5f5f39007
commit
c1a2f7e556
16 changed files with 17 additions and 17 deletions
|
|
@ -251,7 +251,7 @@ class HessianChecker(GradientChecker):
|
|||
print(grad_string)
|
||||
|
||||
if plot:
|
||||
import pylab as pb
|
||||
from matplotlib import pyplot as pb
|
||||
fig, axes = pb.subplots(2, 2)
|
||||
max_lim = numpy.max(numpy.vstack((analytic_hess, numeric_hess)))
|
||||
min_lim = numpy.min(numpy.vstack((analytic_hess, numeric_hess)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue