5608ac37feb7fad002c0e030ba30f4924e8c1fc1,examples/statistics/barchart_demo.py,,,#,203
Before Change
"cohort_label": cohort_label}
student = Student("Johnny Doe", 2, "boy")
scores = dict(zip(testNames,
(Score(v, p) for v, p in
zip(["7", "48", "12:52", "17", "14"],
np.round(np.random.uniform(0, 1,
len(testNames))*100, 0)))))
cohort_size = 62 // The number of other 2nd grade boys
arts = plot_student_results(student, scores, cohort_size)
plt.show()
After Change
autolabel(rects1, "left")
autolabel(rects2, "right")
fig.tight_layout()
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This example comes from an application in which grade school gym
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: matplotlib/matplotlib
Commit Name: 5608ac37feb7fad002c0e030ba30f4924e8c1fc1
Time: 2018-09-24
Author: anntzer.lee@gmail.com
File Name: examples/statistics/barchart_demo.py
Class Name:
Method Name:
Project Name: uber/ludwig
Commit Name: e3d1e6dfd06c35dec767c53b930fa69fc2ff7b12
Time: 2020-04-14
Author: w4nderlust@gmail.com
File Name: ludwig/utils/visualization_utils.py
Class Name:
Method Name: hyperopt_pair_plot
Project Name: scikit-learn-contrib/imbalanced-learn
Commit Name: 153f6e0ff5729fc22b68d5f6e0fd05edf96d8c2c
Time: 2019-11-17
Author: g.lemaitre58@gmail.com
File Name: examples/datasets/plot_make_imbalance.py
Class Name:
Method Name: