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

Before Change


                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:
                ax[i, j].set_xlim(0, max_lag)

After Change


            ax[i, j].tick_params(labelsize=textsize)

    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: 2

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: biotite-dev/biotite
Commit Name: 447b4ca4dc6ccb223ac3a178abd845bb6d611258
Time: 2020-05-26
Author: tom.mueller@beachouse.de
File Name: doc/examples/scripts/structure/base_pairs.py
Class Name:
Method Name:


Project Name: autoreject/autoreject
Commit Name: 4c240baa0733f5c7b4423a671d70669335614dc0
Time: 2017-01-10
Author: mainakjas@gmail.com
File Name: examples/plot_ransac.py
Class Name:
Method Name: