<div dir="ltr"><div>Dear mne experts,</div><div><br></div><div>I have tried to run the example &quot;Artifact Correction with ICA&quot;: <a href="https://martinos.org/mne/stable/auto_tutorials/plot_artifacts_correction_ica.html?highlight=ica">https://martinos.org/mne/stable/auto_tutorials/plot_artifacts_correction_ica.html?highlight=ica</a></div><div><br></div><div>I have also used the same data as is used in the example.</div><div><br></div><div>However, I am getting the following error:</div><div><br></div><div><div>AttributeError                            Traceback (most recent call last)</div><div>/scratch/nbe/braindata/mhhakone/intell/TaskIII/coherence-analysis/test-ica.py in &lt;module&gt;()</div><div>     56 plt.close()</div><div>     57</div><div>---&gt; 58 ica.plot_properties(eog_epochs, picks=eog_inds, psd_args={&#39;fmax&#39;: 35.},</div><div>     59                     image_args={&#39;sigma&#39;: 1.})</div><div>     60</div><div><br></div><div>AttributeError: &#39;ICA&#39; object has no attribute &#39;plot_properties&#39;</div></div><div><br></div><div>ica is as follows:</div><div><br></div><div>&lt;ICA  |  raw data decomposition, fit (fastica): 13635 samples, 25 components, channels used: &quot;mag&quot;; &quot;grad&quot;&gt;<br></div><div><br></div><div>Could someone please let me know what might be wrong?</div><div><br></div><div>Best regards,</div><div>Maria</div></div>