44e510ee7d49fe9e9126b2e1ecbd916a18450e84,examples/2d/plot_filters.py,,,#,40

Before Change


    filter_c = np.fft.fftshift(filter_c)
    axs[i // L, i % L].imshow(colorize(filter_c))
    axs[i // L, i % L].axis("off")
    axs[i // L, i % L].set_title("$j = {}$ \n $\\theta={}".format(i // L, i % L))
    i = i+1

After Change


plt.figure()
plt.rc("text", usetex=True)
plt.rc("font", family="serif")
plt.axis("off")
plt.set_cmap("gray_r")

f_r = filters_set["phi"][0][..., 0].numpy()
f_i = filters_set["phi"][0][..., 1].numpy()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 2

Instances


Project Name: kymatio/kymatio
Commit Name: 44e510ee7d49fe9e9126b2e1ecbd916a18450e84
Time: 2018-11-25
Author: edouard.oyallon@centralesupelec.fr
File Name: examples/2d/plot_filters.py
Class Name:
Method Name:


Project Name: nilearn/nilearn
Commit Name: 59442085239832e1e622d1ff390746666391c572
Time: 2016-03-02
Author: moritz.boos@gmail.com
File Name: examples/02_decoding/plot_miyawaki_encoding.py
Class Name:
Method Name:


Project Name: nilearn/nilearn
Commit Name: 9b9095f877f603d91495c72f91e4fddf61f1724e
Time: 2019-07-22
Author: jerome@dockes.org
File Name: examples/02_decoding/plot_haxby_stimuli.py
Class Name:
Method Name:


Project Name: scikit-image/scikit-image
Commit Name: 493c862567da8e61ba3f21883e680de00dd0531e
Time: 2016-09-04
Author: multicolor.mood@gmail.com
File Name: doc/examples/features_detection/plot_censure.py
Class Name:
Method Name:


Project Name: rflamary/POT
Commit Name: 95b2a584d02da1a08e71f7ff3895d958e42ed2dc
Time: 2017-07-20
Author: alexandre.gramfort@m4x.org
File Name: ot/plot.py
Class Name:
Method Name: plot1D_mat