I am going to draw a plot with below command:
plot = Plot[Sin[x], {x, -\[Pi], \[Pi]},
FrameTicks -> {{Automatic,
None}, {{-\[Pi], -2 \[Pi]/3, -5 \[Pi]/6, -\[Pi]/2, -\[Pi]/
3, -\[Pi]/6, 0, \[Pi]/6, \[Pi]/3, \[Pi]/2, 5 \[Pi]/6,
2 \[Pi]/3, \[Pi]}, Automatic}}, Frame -> True,
FrameStyle -> Directive[Black],
FrameTicksStyle -> Directive[Black, 12, Bold],
FrameLabel -> {Row[{Spacer@280, Style["\[Alpha]", Bold]}],
Row[{Spacer@360, Style["Sin"]}]}, AspectRatio -> 3/2.25]
But the distance between frame labels and the frame drives me crazy. How can I reduce this distance?
