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

Skip to content

Commit 2d1fca7

Browse files
author
Carsten
committed
Merge branch 'confidence_ellipse' of https://github.com/CarstenSchelp/matplotlib into confidence_ellipse
2 parents 31d35d3 + dbd50b3 commit 2d1fca7

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
@@ -184,7 +184,7 @@ def get_correlated_dataset(n, dependency, mu, scale):
184184
label=r'$3\sigma$', edgecolor='blue', linestyle=':')
185185

186186
ax_nstd.scatter(mu[0], mu[1], c='red', s=3)
187-
ax_nstd.set_title(f'Different standard deviations')
187+
ax_nstd.set_title('Different standard deviations')
188188
ax_nstd.legend()
189189
plt.show()
190190

0 commit comments

Comments
 (0)