forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
57 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
.. _figure 1: https://www.frontiersin.org/articles/10.3389/fnhum.2016.00604/full#F1 | ||
.. _figure 2: https://www.frontiersin.org/articles/10.3389/fnhum.2016.00604/full#F2 | ||
.. _figure 5: https://www.frontiersin.org/articles/10.3389/fnhum.2016.00604/full#F5 | ||
""" # noqa: E501 | ||
""" | ||
|
||
# Authors: Chris Holdgraf <[email protected]> | ||
# Eric Larson <[email protected]> | ||
|
@@ -26,9 +26,6 @@ | |
# License: BSD-3-Clause | ||
# Copyright the MNE-Python contributors. | ||
|
||
# %% | ||
# sphinx_gallery_thumbnail_number = 3 | ||
|
||
from os.path import join | ||
|
||
import matplotlib.pyplot as plt | ||
|
@@ -131,6 +128,8 @@ | |
# across the scalp. We will recreate `figure 1`_ and `figure 2`_ from | ||
# :footcite:`CrosseEtAl2016`. | ||
|
||
# sphinx_gallery_thumbnail_number = 3 | ||
|
||
# Print mean coefficients across all time delays / channels (see Fig 1) | ||
time_plot = 0.180 # For highlighting a specific time. | ||
fig, ax = plt.subplots(figsize=(4, 8), layout="constrained") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters