Coverage for nilearn/plotting/surface/__init__.py: 0%
3 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-16 12:32 +0200
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-16 12:32 +0200
1from nilearn.plotting.surface.html_surface import view_img_on_surf, view_surf
2from nilearn.plotting.surface.surf_plotting import (
3 plot_img_on_surf,
4 plot_surf,
5 plot_surf_contours,
6 plot_surf_roi,
7 plot_surf_stat_map,
8)
10__all__ = [
11 "plot_img_on_surf",
12 "plot_surf",
13 "plot_surf_contours",
14 "plot_surf_roi",
15 "plot_surf_stat_map",
16 "view_img_on_surf",
17 "view_surf",
18]