Skip to content
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

ENH: Change Montage/Trace dynamically within browser #252

Open
nmarkowitz opened this issue May 24, 2024 · 0 comments
Open

ENH: Change Montage/Trace dynamically within browser #252

nmarkowitz opened this issue May 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nmarkowitz
Copy link
Contributor

Describe the problem

In many instances it's useful to view the data trace in a few different ways such as with different references. It's common to view data trace using different references especially both for researchers and clinicians.

Describe your solution

When calling the plot() function allow additional kwargs or args that specify another object or parameters for that object. For instance:
raw.plot(additional_data=[raw2,raw_avg_ref, {'data': raw, 'callback': myfunc}])

Describe possible alternatives

If this can't be done then allow multiple instances of the databrowser to be open and sync them so scaling and time are the same when changed.

Additional context

Related issues:
mne-tools/mne-python#12409
#248
#133

@nmarkowitz nmarkowitz added the enhancement New feature or request label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant