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

Before Change


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

plt.figure(figsize=(8, 2))
plt.imshow(Sx[order2], aspect="auto")
plt.title("Second-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: 3

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: nipy/dipy
Commit Name: cf7d0bdc4133ea3248e054fa93aa2b5a6f8f2fca
Time: 2013-09-11
Author: stjeansam@gmail.com
File Name: doc/examples/compute_SNR_in_corpus_callosum.py
Class Name:
Method Name:


Project Name: nipy/dipy
Commit Name: 6c524d66dcd30d98a0f0c991252a3be644fa58ef
Time: 2013-09-11
Author: stjeansam@gmail.com
File Name: doc/examples/compute_SNR_in_corpus_callosum.py
Class Name:
Method Name: