4f1e7f2f936bf5f3e6d1da8d8be843dc3273fe67,examples/1d/plot_filters.py,,,#,17

Before Change


Qs = (Q, 1)

for k in range(2):
    axs[k].plot(np.arange(T)/T, phi_f[0], "b")
    for psi_f in psis_f[k]:
        axs[k].plot(np.arange(T)/T, psi_f[0], "b")
    axs[k].set_xlim(0, 0.5)

After Change


plt.xlim(0, 0.5)

plt.xlabel(r"$\omega$", fontsize=18)
plt.ylabel(r"$\hat\psi_j(\omega)$", fontsize=18)
plt.title("First-order filters (Q = {})".format(Q), fontsize=18)

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Do the same plot for the second-order filters. Note that since here `Q = 1`,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

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: f2e2aa02df60786f53f080cf58bf11698b67fc6c
Time: 2017-05-30
Author: dstansby@gmail.com
File Name: examples/text_labels_and_annotations/tex_demo.py
Class Name:
Method Name:


Project Name: tensorflow/models
Commit Name: a90db800a369032192560bd0fddde5b007340473
Time: 2018-05-07
Author: mironov@gmail.com
File Name: research/differential_privacy/pate/ICLR2018/rdp_flow.py
Class Name:
Method Name: plot_rdp_curve_per_example