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

Skip to content

Commit 31d35d3

Browse files
author
Carsten
committed
Correct stale color specifications in heading of "different n_std" example
1 parent b7df47b commit 31d35d3

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
@@ -159,7 +159,7 @@ def get_correlated_dataset(n, dependency, mu, scale):
159159
# Different number of standard deviations
160160
# """""""""""""""""""""""""""""""""""""""
161161
#
162-
# A plot with n_std = 3 (gray), 2 (blue) and 1 (red)
162+
# A plot with n_std = 3 (blue), 2 (purple) and 1 (red)
163163

164164
fig, ax_nstd = plt.subplots(figsize=(6, 6))
165165

0 commit comments

Comments
 (0)