Could you use Printf for some of this?
using Printf
replace(@sprintf("%.4f",π), "." => ",")
"3,1416"
And for plotting, place the ticks manually.
Could you use Printf for some of this?
using Printf
replace(@sprintf("%.4f",π), "." => ",")
"3,1416"
And for plotting, place the ticks manually.