Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad33280 + 4531590 commit 2c60f6fCopy full SHA for 2c60f6f
1 file changed
examples/ticks_and_spines/tick-formatters.py
@@ -80,7 +80,7 @@ def major_formatter(x, pos):
80
return f'[{x:.2f}]'
81
82
83
-setup(axs1[2], title='FuncFormatter("[{:.2f}]".format')
+setup(axs1[2], title='FuncFormatter("[{:.2f}]".format)')
84
axs1[2].xaxis.set_major_formatter(major_formatter)
85
86
# Fixed formatter
0 commit comments