mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[plotting] parameterized.values
This commit is contained in:
parent
208a025751
commit
61ef9912cb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def plot(parameterized, fignum=None, ax=None, colors=None, figsize=(12, 6)):
|
|||
lines = []
|
||||
fills = []
|
||||
bg_lines = []
|
||||
means, variances = parameterized.mean, parameterized.variance
|
||||
means, variances = parameterized.mean.values, parameterized.variance.values
|
||||
x = np.arange(means.shape[0])
|
||||
for i in range(means.shape[1]):
|
||||
if ax is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue