mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
MRD updates and minor changes
This commit is contained in:
parent
83275c03e1
commit
214eab5f2e
3 changed files with 10 additions and 8 deletions
|
|
@ -273,7 +273,7 @@ class MRD(model):
|
|||
|
||||
def _handle_plotting(self, fig_num, axes, plotf):
|
||||
if axes is None:
|
||||
fig = pylab.figure(num=fig_num, figsize=(4 * len(self.bgplvms), 3 * len(self.bgplvms)))
|
||||
fig = pylab.figure(num=fig_num, figsize=(4 * len(self.bgplvms), 3))
|
||||
for i, g in enumerate(self.bgplvms):
|
||||
if axes is None:
|
||||
ax = fig.add_subplot(1, len(self.bgplvms), i + 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue