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

Skip to content

Commit dbd50b3

Browse files
timhoffmCarstenSchelp
andauthored
Update examples/statistics/confidence_ellipse.py
Remove superfluous string interpolation-'f' that slipped through. Co-Authored-By: CarstenSchelp <[email protected]>
1 parent b7df47b commit dbd50b3

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)