8 lines
182 B
Python
8 lines
182 B
Python
"""Eye-tracking visualization routines."""
|
|
#
|
|
# Authors: The MNE-Python contributors.
|
|
# License: BSD-3-Clause
|
|
# Copyright the MNE-Python contributors.
|
|
|
|
from .heatmap import plot_gaze
|