0

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?

enter image description here

user64494
  • 26,149
  • 4
  • 27
  • 56
monfneg
  • 577
  • 3
  • 8

0 Answers0