power plot

External Email - Use Caution

Hi MNE experts,

I tried to plot oscillatory effects across time and space. Here is my code:

power, itc = tfr_morlet(epochs, freqs=freqs, n_cycles=n_cycles,
use_fft=True, return_itc=True, decim=3, n_jobs=1)

power.plot_joint(baseline=baseline, mode='mean', tmin=-1,
tmax=6, timefreqs=[(9, 12), (14, 28),(5,8)])

The error message said: 'AverageTFR' object has no attribute 'plot_joint'

I appreciate that anyone could suggest something to this issue. Thanks.

Best,

Veda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20181025/3c2379f2/attachment.html

External Email - Use Caution

Hi!

That's weird. Which version of MNE are you using (you can type in "mne.__version__" in IPython to find out)?

Clemens

External Email - Use Caution

version 0.15.2

External Email - Use Caution

you need to update.

Current version is 0.16.2

https://pypi.org/project/mne/

HTH
Alex