I added margin to a plot and I am trying to use Epilog to write a comment inside the margin but it did not work? How can I writ inside the added margin without using the Drawing Tools
Plot[{x}, {x, 0, 3}, Frame -> True, PlotRange -> {0, 3},
ImageMargins -> {{0, 0}, {0, 50}},
Epilog -> {Text[Style["m=0", {FontSize -> 18, Black,
FontFamily -> "Times New Roman"}], Scaled[{.14, 1}]]}]



PlotRangeClipping -> False? – kglr Feb 28 '18 at 13:17PlotRangePaddingis helpful – user42582 Feb 28 '18 at 13:22