6d87b5fa03420a908fbf7e72868307dd6bc3223f,intro/matplotlib/examples/plot_multiplot.py,,,#,10
Before Change
ax = plt.subplot(2, 1, 1)
ax.set_xticklabels([])
ax.set_yticklabels([])
// Add a title and a box around it
from matplotlib.patches import FancyBboxPatch
After Change
plt.subplot(2, 3, 6)
plt.xticks(())
plt.yticks(())
plt.show()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: 6d87b5fa03420a908fbf7e72868307dd6bc3223f
Time: 2016-09-15
Author: gael.varoquaux@normalesup.org
File Name: intro/matplotlib/examples/plot_multiplot.py
Class Name:
Method Name:
Project Name: dirty-cat/dirty_cat
Commit Name: f819a34e2fbea2dab4997b3b236b517fa12d115d
Time: 2018-06-08
Author: gael.varoquaux@normalesup.org
File Name: examples/03_midwest_survey.py
Class Name:
Method Name:
Project Name: dirty-cat/dirty_cat
Commit Name: f819a34e2fbea2dab4997b3b236b517fa12d115d
Time: 2018-06-08
Author: gael.varoquaux@normalesup.org
File Name: examples/02_predict_employee_salaries.py
Class Name:
Method Name: