Open
Description
Wherever English formatting appears by default, a simple possibility of taking into account any other language could/should be proposed.
E.g.: formatting of numbers or dates on the axes.
Suggestion: a high level locale
property in a Plot specification, applying to the whole plot. By default, locale is set to "en".
This would work in a similar way to what has very usefully appeared in the Table component.
Note: vega-lite allows you to globally specify a locale for numbers and for dates:
vl.vega.timeFormatLocale(locale);
vl.vega.formatLocale(locale);
PS: Plot is a great library, very intellectually stimulating, and the 21 beautifully written articles in the https://observablehq.com/collection/@observablehq/plot collection should be read by all data scientists!