bd86363b24b4b0e341aac9a952a4c0f6f619fcf6,examples/lines_bars_and_markers/fill.py,,,#,14
Before Change
fig, ax = plt.subplots()
ax.fill(x, y)
// Outline of the region we"ve filled in
ax.plot([x[0], x[1]], [y[0], y[1]], c="k", linewidth=2.0)
ax.plot([x[1], x[2]], [y[1], y[2]], c="k", linewidth=2.0)
ax.plot([x[2], x[3]], [y[2], y[3]], c="k", linewidth=2.0)
ax.plot([x[3], x[0]], [y[3], y[0]], c="k", linewidth=2.0)
After Change
fig, ax = plt.subplots()
ax.fill(x, y)
plt.show()
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Next, a few more optional features:
//
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: matplotlib/matplotlib
Commit Name: bd86363b24b4b0e341aac9a952a4c0f6f619fcf6
Time: 2018-04-10
Author: sam.vaughan@physics.ox.ac.uk
File Name: examples/lines_bars_and_markers/fill.py
Class Name:
Method Name:
Project Name: nilmtk/nilmtk
Commit Name: 032c61e59731840ac1a455b264d38fd7ac39e272
Time: 2019-11-20
Author: rithwikkukunuri30@gmail.com
File Name: nilmtk/api.py
Class Name: API
Method Name: call_predict
Project Name: matplotlib/matplotlib
Commit Name: f1ec5824f1c2ec54a26f1d20e845264d062071f4
Time: 2019-04-29
Author: 2836374+timhoffm@users.noreply.github.com
File Name: examples/text_labels_and_annotations/date.py
Class Name:
Method Name:
Project Name: matplotlib/matplotlib
Commit Name: 3e04592d22e823516cf744dbacd3fde5183cf740
Time: 2019-04-29
Author: anntzer.lee@gmail.com
File Name: examples/text_labels_and_annotations/date.py
Class Name:
Method Name: