mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
[matplotlib] pylab -> pyplot
This commit is contained in:
parent
b5f5f39007
commit
c1a2f7e556
16 changed files with 17 additions and 17 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
|
||||
import numpy as np
|
||||
import pylab as pb
|
||||
from matplotlib import pyplot as pb
|
||||
|
||||
|
||||
def plot(model, ax=None, fignum=None, Z_height=None, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue