The evoked.plot_topomap function has parameters times and average to specify the times and range to average over:
https://github.com/mne-tools/mne-python/blob/master/mne/evoked.py#L333
At the same time, the plot_topomap method in AverageTFR has parameters tmin and tmax:
https://github.com/mne-tools/mne-python/blob/master/mne/time_frequency/tfr.py#L1279
Talking with @jona-sassenhagen, I guess these two APIs should be uniformised?
The
evoked.plot_topomapfunction has parameterstimesandaverageto specify the times and range to average over:https://github.com/mne-tools/mne-python/blob/master/mne/evoked.py#L333
At the same time, the
plot_topomapmethod inAverageTFRhas parameterstminandtmax:https://github.com/mne-tools/mne-python/blob/master/mne/time_frequency/tfr.py#L1279
Talking with @jona-sassenhagen, I guess these two APIs should be uniformised?