267b544936dcf6e0e5cdee50487bcc8f8bc47282,examples/1d/plot_real_signal.py,,,#,39

Before Change


// We then plot the first-order coefficients, which are arranged along time
// and log-frequency.

plt.figure(figsize=(8, 2))
plt.imshow(Sx[order1], aspect="auto")
plt.title("First-order scattering")

After Change


// frequency and one second-order frequency. Here, both indices are mixed along
// the vertical axis.

plt.subplot(3, 1, 3)
plt.imshow(Sx[order2], aspect="auto")
plt.title("Second-order scattering")

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: kymatio/kymatio
Commit Name: 267b544936dcf6e0e5cdee50487bcc8f8bc47282
Time: 2020-02-18
Author: janden@flatironinstitute.org
File Name: examples/1d/plot_real_signal.py
Class Name:
Method Name:


Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 7e1f6c51289b628800ea1fb2f5c74d94c98dd626
Time: 2015-11-05
Author: gael.varoquaux@normalesup.org
File Name: advanced/image_processing/examples/plot_interpolation_face.py
Class Name:
Method Name:


Project Name: nipy/dipy
Commit Name: 4edb32906c1cadcd1f8cc8e76181bd83db408e93
Time: 2019-07-21
Author: girard.gabriel@gmail.com
File Name: doc/examples/tracking_introduction_eudx.py
Class Name:
Method Name:


Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 6d87b5fa03420a908fbf7e72868307dd6bc3223f
Time: 2016-09-15
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_multiplot.py
Class Name:
Method Name: