[mrd] matplotlib specific fig_kwargs matplotlib specific

This commit is contained in:
Max Zwiessele 2016-03-01 10:09:10 +00:00
parent 885d3722cc
commit df99f982a2

View file

@ -236,7 +236,7 @@ class MRD(BayesianGPLVMMiniBatch):
# sharex=sharex, sharey=sharey)
# 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
significant for which dataset.