MNE-Python Contributions
PR #13570 – Add Optional Channel Name Overlay to plot_alignment
Merged: Feb 2026
- Added optional
show_channel_names parameter to plot_alignment
- Implemented channel label overlay at sensor coordinates in 3D alignment view
- Reused existing 3D plotting infrastructure for text rendering
- Updated tutorial example to showcase the feature in rendered documentation
- Maintained full backward compatibility (default behavior unchanged)
View Pull Request