8000 Have keyword argument 'facecolor' default to 'none'. · matplotlib/matplotlib@ef22b47 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ef22b47

Browse files
timhoffmCarstenSchelp
andauthored
Have keyword argument 'facecolor' default to 'none'.
TODO: pass facecolor parameter to Ellipse() explicitly. Co-Authored-By: CarstenSchelp <carstenschelp@mp.nl>
1 parent 713a985 commit ef22b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/statistics/confidence_ellipse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import matplotlib.transforms as transforms
3838

3939

40-
def confidence_ellipse(x, y, ax, n_std=3.0, **kwargs):
40+
def confidence_ellipse(x, y, ax, n_std=3.0, facecolor='none', **kwargs):
4141
"""
4242
Create a plot of the covariance confidence ellipse of `x` and `y`
4343

0 commit comments

Comments
 (0)
0