gsp-eeg / PyGSP2

Graph Signal Processing 2 in Python
https://pygsp2.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Remove warning in plot_eeg_graph.py #79

Closed lcortesg closed 3 weeks ago

lcortesg commented 3 weeks ago

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,