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
In pattern: SUPERPATTERN
Frequency: 5
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: matplotlib/matplotlib
Commit Name: 7ad4996b6106e601ed7136c11e17abbb149ef889
Time: 2019-04-27
Author: nelle.varoquaux@gmail.com
File Name: examples/lines_bars_and_markers/scatter_hist.py
Class Name:
Method Name:
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: matplotlib/matplotlib
Commit Name: d7696fe164e8b91946b75aa5c027b92ae3c1874d
Time: 2018-01-25
Author: vincent.adrien@gmail.com
File Name: examples/api/two_scales.py
Class Name:
Method Name:
Project Name: matplotlib/matplotlib
Commit Name: eaa7025a37930ddfac810721c14452548db87ebc
Time: 2019-04-26
Author: 2836374+timhoffm@users.noreply.github.com
File Name: examples/lines_bars_and_markers/scatter_hist.py
Class Name:
Method Name: