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, 5)
plt.xticks(())
plt.yticks(() )
plt.subplot(2, 3, 6)
plt.xticks(())
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: scikit-image/scikit-image
Commit Name: 958f8f41da4f00c2e9c8d1be0616fcc59c5ee3f0
Time: 2017-10-21
Author: peter@goldsborough.me
File Name: doc/examples/edges/plot_random_shapes.py
Class Name:
Method Name:
Project Name: markovmodel/PyEMMA
Commit Name: 3da677d65756f228325cfeba341b56c2b4622297
Time: 2018-06-20
Author: thempel@zedat.fu-berlin.de
File Name: pyemma/plots/plots1d.py
Class Name:
Method Name: plot_feature_histograms