4f1e7f2f936bf5f3e6d1da8d8be843dc3273fe67,examples/1d/plot_filters.py,,,#,17
Before Change
axs[k].plot(np.arange(T)/T, psi_f[0], "b")
axs[k].set_xlim(0, 0.5)
axs[k].set_ylim(0, 1.2)
axs[k].set_xlabel("\omega")
axs[k].set_ylabel("\hat\psi_j(\omega)")
axs[k].set_title("Q = {}".format(Qs[k]))
fig.suptitle(("Fourier transforms of wavelets for all scales j with the "
After Change
plt.figure()
plt.plot(np.arange(T)/T, phi_f[0], "r")
for psi_f in psi2_f:
plt.plot(np.arange(T)/T, psi_f[0], "b")
plt.xlim(0, 0.5)
plt.ylim(0, 1.2)
plt.xlabel(r"$\omega$", fontsize=18)
plt.ylabel(r"$\hat\psi_j(\omega)$", fontsize=18)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances Project Name: kymatio/kymatio
Commit Name: 4f1e7f2f936bf5f3e6d1da8d8be843dc3273fe67
Time: 2018-11-21
Author: janden@flatironinstitute.org
File Name: examples/1d/plot_filters.py
Class Name:
Method Name:
Project Name: matplotlib/matplotlib
Commit Name: fdb5900995c0de782b324d62bdc2b6ce00a67e34
Time: 2018-01-24
Author: vincent.adrien@gmail.com
File Name: examples/api/two_scales.py
Class Name:
Method Name: two_scales
Project Name: hpclab/rankeval
Commit Name: b104ef8ea5f6e98b0b05a5cf068bba0c8689d445
Time: 2017-07-27
Author: cristina.i.muntean@gmail.com
File Name: rankeval/visualization/effectiveness.py
Class Name:
Method Name: plot_tree_wise_average_contribution