Skip to content

Argument theme of raw.plot() or config key does not work on macOS #10486

@mscheltienne

Description

@mscheltienne

As spotted following the discussion here mne-tools/mne-qt-browser#83 the argument theme does not change the theme on either my macOS or Windows computer.

Sample code:

import mne


folder = mne.datasets.sample.data_path() / 'MEG' / 'sample'
raw = mne.io.read_raw(folder / 'sample_audvis_filt-0-40_raw.fif', preload=True)
raw.plot(theme='dark')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions