The Placed function can put a legend on a Plot, but the position will be changed when I change the ImageSize.
Plot[{Sin[x], Cos[x]}, {x, 0, 2 \[Pi]}, Frame -> True, Axes -> False, PlotRangeClipping -> False, PlotLegends -> Placed["Expressions", {0.1, 0.9}], ImageSize -> Medium] Is there a way to fix the legend position by giving coordinates? For example, let the legend left-top corner fix at point (1,1), or let the spacings between the legend and frame be 0.1 image width and 0.1 height.

Scaled? $\endgroup$