MNE-Python is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, ...
I am trying to use the discrete version of the colourmaps but it just throws errors. fig,ax = plt.subplots() cax = ax.pcolormesh(x, y, data.T, norm=cm.LogNorm(), cmap=cmaps.batlow20) cbar = ...