so this is my code
and this is my output

My quetion is why does the fill stop at sqrt(3)/2 and does not fill in the rest of the area. I am trying to make it so that the area between the three graphs is filled in.
so this is my code
and this is my output

My quetion is why does the fill stop at sqrt(3)/2 and does not fill in the rest of the area. I am trying to make it so that the area between the three graphs is filled in.
Plot[{ArcTan[x], ArcSin[x], Pi/3, If[x < 1, Min[ArcSin[x], Pi/3], Pi/3]},
{x, 0, 2},
PlotStyle -> {Magenta, Blue, Green, None},
BaseStyle -> Thick, Filling -> {1-> {{4}, {Red, None}}}]