Coverage for nilearn/plotting/matrix/__init__.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.9.1, created at 2025-06-16 12:32 +0200

1from nilearn.plotting.matrix.matrix_plotting import ( 

2 plot_contrast_matrix, 

3 plot_design_matrix, 

4 plot_design_matrix_correlation, 

5 plot_event, 

6 plot_matrix, 

7) 

8 

9__all__ = [ 

10 "plot_contrast_matrix", 

11 "plot_design_matrix", 

12 "plot_design_matrix_correlation", 

13 "plot_event", 

14 "plot_matrix", 

15]