Cutting a time frequency analysis on X axis.

  • MNE version: e.g. 1.6.0
  • Operating system: macOS 13 (iPad)

Hi MNE Python community,

I am very new in this and am using MNE Python to analyse OPM-MEG data for my dissertation. I have obtained an induced power graph as my statistical analysis, using time frequency and epoched data to get this. I was wondering how i can start my graph at -1000, instead of -3000 so that it can match the time frequency x axis also.



The first image is the time frequency analysis and the second is the statistical analysis.

If anyone also has any tips on analysing them, feel free to help out!

This is the code:

:fountain_pen: To get the correct formatting, paste your Python code, then select it, and click on the Preformatted text toolbar button.

Can you please paste the correctly formatted code instead of a screenshot?

I supposed you could just use epochs.crop(-1, None) before you run the analysis?