disable scientific on yaxis

Having read through some github issues, I have not seen a way to disable scientific notation on the plotting interface.

Has anyone found a way to do that?

for example, currently it shows 1.400e+5 instead of 140,000?

You need to set attributes on the default TickFormatter (or set a new TickFormatter) of the axis. There's some examples and information in the User's Guide:

  Appearance — Bokeh 3.3.2 Documentation

Bryan

···

On Oct 13, 2015, at 9:17 AM, jared <[email protected]> wrote:

Having read through some github issues, I have not seen a way to disable scientific notation on the plotting interface.

Has anyone found a way to do that?
for example, currently it shows 1.400e+5 instead of 140,000?

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CADss3AS4CR%2BfsjcvQTgPwn2L%2B1HRgcRLxykX8-DxQwB6SWktsQ%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Bryan - thanks for the explanation and link

···

On Tue, Oct 13, 2015 at 10:20 AM Bryan Van de Ven [email protected] wrote:

You need to set attributes on the default TickFormatter (or set a new TickFormatter) of the axis. There’s some examples and information in the User’s Guide:

    [http://bokeh.pydata.org/en/latest/docs/user_guide/styling.html#tick-label-formats](http://bokeh.pydata.org/en/latest/docs/user_guide/styling.html#tick-label-formats)