858b460aeab7d80e6d67da022ccca1cf11efe89a,neurodsp/plts/rhythm.py,,plot_swm_pattern,#,13
Before Change
plt.plot(pattern, "k")
plt.title("Average Pattern")
plt.xlabel("Time (samples)")
plt.ylabel("Voltage (a.u.)")
@savefig
After Change
ax.plot(pattern, "k")
ax.set_title("Average Pattern")
ax.set_xlabel("Time (samples)")
ax.set_ylabel("Voltage (a.u.)")
@savefig
@style_plot
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: neurodsp-tools/neurodsp
Commit Name: 858b460aeab7d80e6d67da022ccca1cf11efe89a
Time: 2020-06-14
Author: tdonoghue@ucsd.edu
File Name: neurodsp/plts/rhythm.py
Class Name:
Method Name: plot_swm_pattern
Project Name: aertslab/pySCENIC
Commit Name: 2ddf94e48476ff253260a3364f76ee13a932e252
Time: 2018-06-15
Author: vandesande.bram@gmail.com
File Name: src/pyscenic/binarization.py
Class Name:
Method Name: plot_binarization
Project Name: scikit-optimize/scikit-optimize
Commit Name: 4a8d1ffcf12287d632fb25ef484344d68d987818
Time: 2016-07-20
Author: g.louppe@gmail.com
File Name: skopt/plots.py
Class Name:
Method Name: plot_convergence