mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-14 22:42:37 +02:00
plot_ARD greatly improved, crossterm plotting enabled
This commit is contained in:
parent
06d540f056
commit
a65c5a9419
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class kern(Parameterized):
|
||||||
ax.set_xlim(-.5, x0 - .5)
|
ax.set_xlim(-.5, x0 - .5)
|
||||||
if title is '':
|
if title is '':
|
||||||
ax.legend(bbox_to_anchor=(0., 1.02, 1., .102), loc=3,
|
ax.legend(bbox_to_anchor=(0., 1.02, 1., .102), loc=3,
|
||||||
ncol=len(bars), mode="expand", borderaxespad=0.)
|
ncol=max(2, len(bars)), mode="expand", borderaxespad=0.)
|
||||||
else:
|
else:
|
||||||
ax.legend()
|
ax.legend()
|
||||||
return ax
|
return ax
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue