Decimal commas instead of points

Could you use Printf for some of this?

using Printf
replace(@sprintf("%.4f",π), "." => ",")
"3,1416"

And for plotting, place the ticks manually.

1 Like