701e17116ad8d4902258da6fd58e5c2d93b695b0,examples/statistics/confidence_ellipse.py,,,#,83

Before Change


    facecolor="none", edgecolor="gray", linestyle="--")

ax_nstd1.scatter([mu[0]], [mu[1]], c="red", s=3)
ax_nstd1.set_title(f"One standard deviation")

// Two standard deviations
ax_nstd2.scatter(x, y, s=0.5)
confidence_ellipse(x, y, ax_nstd2, n_std=2,

After Change


// Mark the mean ("mu")
ax_pos.scatter([mu[0]], [mu[1]], c="red", s=3)
ax_pos.set_title(f"Positive correlation")
plt.show()


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: matplotlib/matplotlib
Commit Name: 701e17116ad8d4902258da6fd58e5c2d93b695b0
Time: 2019-03-03
Author: carstenschelp@mp.nl
File Name: examples/statistics/confidence_ellipse.py
Class Name:
Method Name:


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:


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: kymatio/kymatio
Commit Name: 44e510ee7d49fe9e9126b2e1ecbd916a18450e84
Time: 2018-11-25
Author: edouard.oyallon@centralesupelec.fr
File Name: examples/2d/plot_filters.py
Class Name:
Method Name: