6d87b5fa03420a908fbf7e72868307dd6bc3223f,intro/matplotlib/examples/plot_grid.py,,,#,11

Before Change


import matplotlib.pyplot as plt
from matplotlib.ticker import MultipleLocator

fig = plt.figure(figsize=(8, 6), dpi=72, facecolor="white")
axes = plt.subplot(111)
axes.set_xlim(0, 4)
axes.set_ylim(0, 3)

After Change


ax.set_xticklabels([])
ax.set_yticklabels([])

plt.show()
Italian Trulli
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_grid.py
Class Name:
Method Name:


Project Name: inferno-pytorch/inferno
Commit Name: d795f811eb13a20e18aa30c435cef0ad99e830ea
Time: 2018-08-10
Author: thorsten.beier@iwr.uni-heidelberg.de
File Name: examples/plot_unet_tutorial.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 15f157d5942b1b118c2679a9345ad318caa98cba
Time: 2017-03-27
Author: jsignell@gmail.com
File Name: examples/plotting/file/jitter.py
Class Name:
Method Name: