Hello,everyone,
In MNE, how to plot the direction of MEG sensors ? In some examples, only the helmet or position points are displayed, for example:
Brain = mne.viz.get_brain_class()
brain = Brain(subject, hemi=‘both’, surf=‘pial’, background=‘w’,
subjects_dir=subjects_dir, size=(800, 600))
brain.add_sensors(
epochs.info, trans=trans,
meg=[‘sensors’])
But don’t show the direction of MEG sensors.