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.
1 parent 8dd2838 commit 4531590Copy full SHA for 4531590
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