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

Skip to content

Commit 83f963a

Browse files
committed
STY: remove unneeded fstring
1 parent 404e0ff commit 83f963a

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
@@ -217,7 +217,7 @@ def get_correlated_dataset(n, dependency, mu, scale):
217217

218218
ax_kwargs.scatter(x, y, s=0.5)
219219
ax_kwargs.scatter(mu[0], mu[1], c='red', s=3)
220-
ax_kwargs.set_title(f'Using kwargs')
220+
ax_kwargs.set_title('Using kwargs')
221221

222222
fig.subplots_adjust(hspace=0.25)
223223
plt.show()

0 commit comments

Comments
 (0)