AW: How can I write inside the frame.
- To: mathgroup at smc.vnet.net
- Subject: [mg35919] AW: [mg35907] How can I write inside the frame.
- From: Matthias.Bode at oppenheim.de
- Date: Thu, 8 Aug 2002 06:06:09 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello Sergio, try: g1=Plot[{Sin[x],Sin[2 x],Sin[3 x], Sin[4 x]},{x,0,1},Frame->True,Axes->False] Show[g1, Graphics[Text["Curves", {0.5, 0}]]] Best regards, Matthias Bode. -----Ursprüngliche Nachricht----- Von: Sergio Milo [mailto:milo at dmo.fee.unicamp.br] Gesendet: Mittwoch, 7. August 2002 11:59 An: mathgroup at smc.vnet.net Betreff: [mg35907] How can I write inside the frame. Dear mathgroup friends. For example, I have this program. Plot[{Sin[x],Sin[2 x],Sin[3 x], Sin[4 x]},{x,0,1},Frame->True,Axes->False]. I need write names inside the frame, how can do that. Anybody can help me. Thanks for advance.