2fff9ca2edbb2db24ef28c9c591d5ba6b0e1e45a,examples/lines_bars_and_markers/stackplot_demo.py,,,#,17
Before Change
y = np.vstack([y1, y2, y3])
labels = ["Fibonacci ", "Evens", "Odds"]
fig, ax = plt.subplots()
ax.stackplot(x, y1, y2, y3, labels=labels)
ax.legend(loc="upper left")
After Change
labels=population_by_continent.keys())
ax.legend(loc="upper left")
ax.set_title("World population")
ax.set_xlabel("Year")
ax.set_ylabel("Number of people (millions)")
plt.show()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: matplotlib/matplotlib
Commit Name: 2fff9ca2edbb2db24ef28c9c591d5ba6b0e1e45a
Time: 2020-06-07
Author: 2836374+timhoffm@users.noreply.github.com
File Name: examples/lines_bars_and_markers/stackplot_demo.py
Class Name:
Method Name:
Project Name: matplotlib/matplotlib
Commit Name: 048cafd2c17219d0e47d90aa073f90d516902a02
Time: 2017-05-30
Author: dstansby@gmail.com
File Name: examples/text_labels_and_annotations/tex_demo.py
Class Name:
Method Name:
Project Name: deeptools/HiCExplorer
Commit Name: 10815f6494b5a01bba3c78bf78b7b3174f3ccfab
Time: 2017-10-18
Author: fidel.ramirez@gmail.com
File Name: hicexplorer/hicPrepareQCreport.py
Class Name:
Method Name: make_figure_pairs_used