Work in progress PR. Will go through and explain my thoughts on stuff eventually.
List of things I still want to look at:
Rename plugin to something like TFR Analysis or something. Coherence & Spec is just too long.
Done
Reset Spectrogram doesn't seem to work at all (reset button or swapping between Coh and Spec)?
*---Done (Y-axis re-scales itself )
When swapping between the two the freq range of the plots don't change. I know why, just need to get around to fixing.
Done
Make functions to swap from Coh and Spec. Cleans up the button clicked function!
-*--- Done
Draw graphs right away when swapping to Spec for the first time. Otherwise you don't know it's working.
*---There is something I thought while doing this. I will hold on to it for now.
Will be updating as I do the above!
github commands if you forget: (Note you will need to either commit any changes you have in master or erase them before you can checkout a different branch.)
git pull
git checkout mark-comments
Make changes
git status (to see what files are changed)
git diff (to see exact changes made in files)
git add -A (stages all changes to be commited)
git commit -m "message here"
git push
Looks pretty good!
Work in progress PR. Will go through and explain my thoughts on stuff eventually.
List of things I still want to look at:
Will be updating as I do the above!
github commands if you forget: (Note you will need to either commit any changes you have in master or erase them before you can checkout a different branch.) git pull git checkout mark-comments Make changes git status (to see what files are changed) git diff (to see exact changes made in files) git add -A (stages all changes to be commited) git commit -m "message here" git push