mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[matplotlib] pylab -> pyplot
This commit is contained in:
parent
b5f5f39007
commit
c1a2f7e556
16 changed files with 17 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import pylab as pb, numpy as np
|
||||
from matplotlib import pyplot as pb, numpy as np
|
||||
|
||||
def plot(parameterized, fignum=None, ax=None, colors=None, figsize=(12, 6)):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue