Commit 2dc6307
Support grouping in Tick formatter based on locale.
When formatting and setting useLocale to True, the numbers greater than
1000 are not grouped as specified by the locale. 1000 should be 1,000 in
certain locales. By setting the last argument to locale.format_string
the locale dependent grouping is honored.1 parent 2486ba2 commit 2dc6307
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
0 commit comments