95b2a584d02da1a08e71f7ff3895d958e42ed2dc,ot/plot.py,,plot1D_mat,#Any#Any#Any#Any#,11

Before Change


    
    
    na=M.shape[0]
    nb=M.shape[1]
    
    gs = gridspec.GridSpec(3, 3)
    
    

After Change



    plt.xlim((0, nb))
    plt.tight_layout()
    plt.subplots_adjust(wspace=0., hspace=0.2)


def plot2D_samples_mat(xs, xt, G, thr=1e-8, **kwargs):
     Plot matrix M  in 2D with  lines using alpha values
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


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


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: matplotlib/matplotlib
Commit Name: 354fa7de1d2babc7f84a816f568326eb2b021cf6
Time: 2018-06-14
Author: elch.rz@ruetz-online.de
File Name: examples/lines_bars_and_markers/marker_reference.py
Class Name:
Method Name:


Project Name: AllenCellModeling/pytorch_fnet
Commit Name: d632a61fc84c50fedc9706466fd26bc1e544d46e
Time: 2017-06-30
Author: chek.o@outlook.com
File Name: gen_util.py
Class Name:
Method Name: display_visual_eval_images