I’d like to add callouts to my plot: LogLogPlot[{n!, 2^n, n^2, n Log[n], n, Log[n]}, {n, 1, 1000}, Frame -> True, FrameLabel -> {“Elements”, “Operations”}, PlotLegends -> SwatchLegend[“Expressions”, LegendLabel -> “Functions”, LegendFunction -> (Framed[#, Background -> None] &)], Background -> None] But I’m having some trouble: funs = Callout[#, ToString@#, Above] & /@ {n!, 2^n,Read more