When I set
Plot[Sin[x], {x, -2, -1}, Frame -> True, Axes -> False,
FrameTicks -> {{Automatic, Automatic}, {Range[-2, -1, 0.2],
Automatic}}]
I get on the x-axes {-2., -1.8, -1.6, -1.4, -1.2, -1.}. It seems that somehow function N is not recognized inside Range. How can I get {-2.00, -1.80, -1.60, -1.40, -1.20, -1.00}, so as every number to has two decimal digits?


RangeinsideFrameTicksandPaddedFormis not compatible there. See the Edit. – Vaggelis_Z Sep 28 '14 at 08:14