8a99fe2f7460e6ddbc6840f3754993c8cc17df88,arviz/plots/autocorrplot.py,,autocorrplot,#Any#Any#Any#Any#Any#Any#Any#Any#Any#,7

Before Change


                data = trace[varname].values[:, j]
            ax[i, j].acorr(data, detrend=plt.mlab.detrend_mean, maxlags=max_lag, lw=linewidth)

            if j == 0:
                ax[i, j].set_ylabel("correlation", fontsize=textsize)

            if i == len(varnames) - 1:
                ax[i, j].set_xlabel("lag", fontsize=textsize)

            if not symmetric_plot:

After Change


    fig.add_subplot(111, frameon=False)
    plt.tick_params(labelcolor="none", top="off", bottom="off", left="off", right="off")
    plt.grid(False)
    plt.xlabel("Lag", fontsize=textsize)
    plt.ylabel("Correlation", fontsize=textsize)
    return ax
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: arviz-devs/arviz
Commit Name: 8a99fe2f7460e6ddbc6840f3754993c8cc17df88
Time: 2018-05-21
Author: aloctavodia@gmail.com
File Name: arviz/plots/autocorrplot.py
Class Name:
Method Name: autocorrplot


Project Name: PIQuIL/QuCumber
Commit Name: f0a81e2d218aa41b538de5e5cfebcc149f758dc5
Time: 2018-07-20
Author: gtorlai@uwaterloo.ca
File Name: examples/rbm_tutorial.py
Class Name: BinomialRBM
Method Name: fit


Project Name: prody/ProDy
Commit Name: 2640c583b88a2e9d1b5447a2a15f8c839331845b
Time: 2012-11-19
Author: lordnapi@gmail.com
File Name: lib/prody/sequence/plotting.py
Class Name:
Method Name: showShannonEntropy