problem with Text command
- To: mathgroup at smc.vnet.net
- Subject: [mg41873] problem with Text command
- From: "Mirek Latka" <mirek at poczta.onet.pl>
- Date: Sat, 7 Jun 2003 11:44:57 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Could you tell me please why the right y axis is overwritten when I try to put text in the plot? g = Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, Epilog -> Text["Hello", {5, 0.5}]] Thanks