e44fe8792ca2ed11d2c9f5b61383d43e199992b2,examples/plot_mne_example.py,,,#,60
Before Change
// Plot original signal and burst activity
plt.figure(figsize=(16, 3))
plt.plot(times, sig, "k", label="Raw Data")
plt.plot(times[bursting], sig[bursting], "r", label="Detected Bursts")
plt.legend(loc="best")
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
After Change
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Plot original signal and burst activity
plot_bursts(times, sig, bursting, labels=["Raw Data", "Detected Bursts"])
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Measure Rhythmicity with Lagged Coherence
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: neurodsp-tools/neurodsp
Commit Name: e44fe8792ca2ed11d2c9f5b61383d43e199992b2
Time: 2019-04-10
Author: tdonoghue@ucsd.edu
File Name: examples/plot_mne_example.py
Class Name:
Method Name:
Project Name: suavecode/SUAVE
Commit Name: 760f0e70116b9526b2fd8531fd9642cb70fb470f
Time: 2019-03-19
Author: mclarke2@stanford.edu
File Name: trunk/SUAVE/Plots/Mission_Plots.py
Class Name:
Method Name: plot_flight_conditions
Project Name: hugochan/KATE
Commit Name: b7cfb4b33525cf3b41b7142521db253feed12269
Time: 2017-03-29
Author: hugochan2013@gmail.com
File Name: autoencoder/testing/visualize.py
Class Name:
Method Name: