is it possible to disable scientiffic notation on axis? #339
Answered
by
epezent
ForberichN
asked this question in
Q&A
-
Currently, any value higher than 999,999 will be displayed in scientific notation ie 1e+06. Is it possible to change that behavior to display the values normally? |
Beta Was this translation helpful? Give feedback.
Answered by
epezent
Mar 16, 2022
Replies: 1 comment 1 reply
-
See |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ForberichN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
SetupAxisFormat
-- you can either provide a custom format specifier string (the default is%g
) or a custom formatter callback. These are demonstrated inimplot_demo.cpp
underShowDemo_TickLabels
.