mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.73k stars 1.33k forks source link

DOC: fix numpy docstr example Vectorizer() #12983

Closed sappelhoff closed 7 hours ago

sappelhoff commented 10 hours ago

I added these changes because the previous example was confusing in some ways, for example:

How it was before this PR:

image

How it is now:

image

larsoner commented 7 hours ago

Nice, thanks @sappelhoff !