Skip to content

Commit 3d46487

Browse files
authored
Update README.md
1 parent 7647003 commit 3d46487

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ graphs, connectivity_matrix = G.modelate(window_size = 2, connectivity = 'pearso
8383
graphs, connectivity_matrix = G.modelate(window_size = 2, connectivity = 'squared_coherence', bands = ['delta','theta','alpha'])
8484
```
8585
### Visualize graph
86+
In order to visualize graphs, EEG channel names must be in one of the following formats:
87+
* Standard: 'Fp1', 'Fp2', 'C3', 'Cz'...
88+
* Dash separated: 'EEG-Fp1', 'EEG-Fp2', 'EEG-C3', 'EEG-Cz'...
89+
* Space separated: 'EEG Fp1', 'EEG Fp2', 'EEG C3', 'EEG Cz',
90+
91+
The information on the left side of the separator (Dash or Space) will be ignored, the standard electrode name must be on the right side.
8692
```python
8793
G.visualize(graphs[0])
8894
```

0 commit comments

Comments
 (0)