ControlSystems / Numeric representation of the x-axis for bodeplot

I think that the way to remove the scientific notation is xformatter=x->round(x;digits=2):

bodeplot(tf(1, [1, 1]), xformatter=x->round(x;digits=2))