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

Skip to content

Commit 79acce0

Browse files
committed
Cosmetic changes
1 parent db0d321 commit 79acce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ticks_and_spines/tick-formatters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def setup(ax):
4343
minors = [""] + ["%.2f" % (x-int(x)) if (x-int(x))
4444
else "" for x in np.arange(0, 5, 0.25)]
4545
ax.xaxis.set_minor_formatter(ticker.FixedFormatter(minors))
46-
ax.text(0.0, 0.5, "FixedFormatter(['','0','1',...])",
46+
ax.text(0.0, 0.5, "FixedFormatter(['', '0', '1', ...])",
4747
fontsize=15, transform=ax.transAxes)
4848

4949

0 commit comments

Comments
 (0)