-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[WIP] [BUG] Display title in plot_compare_evokeds when axes='topo' #12192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
for more information, see https://pre-commit.ci
|
The title is too small @larsoner. Any preference for how it should be formatted? |
|
My solution was a bit sloppy so I can try something else if needed |
larsoner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title is too small @larsoner. Any preference for how it should be formatted?
I think it's okay as is. Users can set suptitle font size via rcParams for example and we should just live with whatever it is
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
|
Ready for merge @larsoner! The function didn't autocomplete when I typed it in in devel so I hope I specified it correctly. |
|
Can you go to https://app.circleci.com/pipelines/github/mne-tools/mne-python/21836/workflows/7c69bd2c-835a-428b-b60b-1fe65b988098/jobs/61390 and log in with GitHub? It will allow CircleCI to build your PRs |
|
Sorry, I had to merge again. I am not sure why the CircleCI test is failing. I logged in. |
|
I think there is something wrong with the tests. All of my PRs are failing. I ran them locally: |
|
Failures are unrelated and should be fixed in #12178 |
|
Thanks @withmywoessner ! |
…ne-tools#12192) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>


Reference issue
Example: Fixes #12191.
What does this implement/fix?
Add title to topoplot in
plot_compare_evokedsAdditional information
Any additional information you think is important.