Skip to content

Commit

Permalink
Show most important patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr authored and agramfort committed Nov 20, 2015
1 parent 8beb298 commit 53b3ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/decoding/plot_decoding_csp_eeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
evoked.times = np.arange(evoked.data.shape[0])

layout = read_layout('EEG1005')
evoked.plot_topomap(times=[0, 1, 2, 61, 62, 63], ch_type='eeg', layout=layout,
evoked.plot_topomap(times=[0, 1, 2, 3, 4, 5], ch_type='eeg', layout=layout,
scale_time=1, time_format='%i', scale=1,
unit='Patterns (AU)', size=1.5)

Expand Down
2 changes: 1 addition & 1 deletion examples/decoding/plot_decoding_csp_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@
csp.fit_transform(epochs_data, labels)
evoked.data = csp.patterns_.T
evoked.times = np.arange(evoked.data.shape[0])
evoked.plot_topomap(times=[0, 1, 201, 202], ch_type='grad',
evoked.plot_topomap(times=[0, 1, 2, 3], ch_type='grad',
colorbar=False, size=1.5)

0 comments on commit 53b3ea9

Please sign in to comment.