Matplotlib digit grouping (decimal separator)

Posted by Jrop on Stack Overflow See other posts from Stack Overflow or by Jrop
Published on 2010-04-01T23:56:01Z Indexed on 2010/04/02 0:03 UTC
Read the original article Hit count: 388

Filed under:
|
|
|

Basically, when generating plots with matplotlib, The scale on the y-axis goes into the millions. How do I turn on digit grouping (i.e. so that 1000000 displays as 1,000,000) or turn on the decimal separator?

© Stack Overflow or respective owner

Related posts about matplotlib

Related posts about pyplot