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

Remove warning in plot_eeg_graph.py #79

Closed
lcortesg opened this issue Sep 2, 2024 · 0 comments · Fixed by #80
Closed

Remove warning in plot_eeg_graph.py #79

lcortesg opened this issue Sep 2, 2024 · 0 comments · Fixed by #80
Assignees

Comments

@lcortesg
Copy link
Contributor

lcortesg commented Sep 2, 2024

Running plot_eeg_graph.py generates the following warnings:

../pygsp2/pygsp2/plotting.py:589: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
  sc = ax.scatter(*G.coords.T,
../pygsp2/pygsp2/plotting.py:589: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
  sc = ax.scatter(*G.coords.T,
@lcortesg lcortesg self-assigned this Sep 2, 2024
@lcortesg lcortesg linked a pull request Sep 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant