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

Unable to plot #10

Open
2069495830 opened this issue Dec 4, 2023 · 1 comment
Open

Unable to plot #10

2069495830 opened this issue Dec 4, 2023 · 1 comment

Comments

@2069495830
Copy link

2069495830 commented Dec 4, 2023

No description provided.

@Squirrelever
Copy link

Use plt.show in matplotlib to plot the pic.
For the segmentation, it might be to long to plot the whole length of the result. Try to limit the length of segment to plot in code like mne_microstates.plot_segmentation(segmentation[:500], raw_epoch.get_data()[:, :500], raw_epoch.times[:500])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants