jonescompneurolab / hnn-core

Simulation and optimization of neural circuits for MEG/EEG source estimates
https://jonescompneurolab.github.io/hnn-core/
BSD 3-Clause "New" or "Revised" License
55 stars 52 forks source link

Allow reversed y-axis on spectrogram plots #898

Open ntolley opened 3 weeks ago

ntolley commented 3 weeks ago

Currently if min_freq > max_freq in plot_tfr_morlet and error is thrown. We can soften this so that it simply flips the y-axis on the plot.

This change is related to #894 and will make the GUI more functional

samadpls commented 2 weeks ago

Can I take this issue?