如何使 mne 的 ICA.plot_components 中的地形图变小?

问题描述

当我跑步时

    ica = ICA(n_components=20,method=method,fit_params=fit_params,max_iter='auto',random_state=0)
t0 = time()
    ica.fit(raw,reject=reject,picks=picks)
    time_took = time() - t0
    title = ('ICA decomposition using %s took %.1fs)' % (method,time_took))
    ica.plot_components(title=title,inst=raw,res=20)

结果看起来像这样

MNE plot components

但我想让地形图更小,所以点击一个组件的标题不会打开它下面的那个。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)