mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
[mrd] matplotlib specific fig_kwargs matplotlib specific
This commit is contained in:
parent
885d3722cc
commit
df99f982a2
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class MRD(BayesianGPLVMMiniBatch):
|
||||||
# sharex=sharex, sharey=sharey)
|
# sharex=sharex, sharey=sharey)
|
||||||
# return fig
|
# return fig
|
||||||
|
|
||||||
def plot_scales(self, titles=None, fig_kwargs=dict(figsize=None, tight_layout=True), **kwargs):
|
def plot_scales(self, titles=None, fig_kwargs={}, **kwargs):
|
||||||
"""
|
"""
|
||||||
Plot input sensitivity for all datasets, to see which input dimensions are
|
Plot input sensitivity for all datasets, to see which input dimensions are
|
||||||
significant for which dataset.
|
significant for which dataset.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue