User Portlet
| Discussions |
|---|
| combinePlots = ResourceFunction["CombinePlots"]; p1 = Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, Epilog -> Inset[Framed["Plot 1"], Scaled[{0, 1}], ImageScaled[{0, 1}]]]; p2 = Plot[Cos[x], {x, 0, 2 Pi}, Frame ->... |
| Thank you. That's cool. |
| thank you that works |