Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7df47b

Browse files
timhoffmCarstenSchelp
andauthored
Update examples/statistics/confidence_ellipse.py
Remove another facecolot='none' that apparently slipped through. Co-Authored-By: CarstenSchelp <[email protected]>
1 parent 55e0f51 commit b7df47b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/statistics/confidence_ellipse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def get_correlated_dataset(n, dependency, mu, scale):
146146
ax.axvline(c='grey', lw=1)
147147
ax.axhline(c='grey', lw=1)
148148

149-
confidence_ellipse(x, y, ax, facecolor='none', edgecolor='red')
149+
confidence_ellipse(x, y, ax, edgecolor='red')
150150

151151
ax.scatter(mu[0], mu[1], c='red', s=3)
152152
ax.set_title(title)

0 commit comments

Comments
 (0)