mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
mrd plot_scales improved
This commit is contained in:
parent
76840b6e6e
commit
30742ddb85
1 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,8 @@ class MRD(Model):
|
|||
else:
|
||||
raise ValueError("Need one axes per latent dimension input_dim")
|
||||
plotf(i, g, ax)
|
||||
if sharey_ax is not None:
|
||||
pylab.setp(ax.get_yticklabels(), visible=False)
|
||||
pylab.draw()
|
||||
if axes is None:
|
||||
fig.tight_layout()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue