Re: format Text in graphics
- To: mathgroup at smc.vnet.net
- Subject: [mg42335] Re: format Text in graphics
- From: bghiggins at ucdavis.edu (Brian Higgins)
- Date: Tue, 1 Jul 2003 08:45:41 -0400 (EDT)
- Organization: http://groups.google.com/
- References: <200306250950.FAA04042@smc.vnet.net> <200306271031.GAA24552@smc.vnet.net> <bdjgee$8er$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Murray, One way to do this is as follows: Plot[Sin[x], {x, 0, 3Pi}, Epilog -> Text[StyleForm[HoldForm[f[x] = x^2Sin[x]], FontSize -> 16], {5, .8}, {0, 1}, FormatType :> TraditionalForm]] You can also use StyleForm to alter the size of the text etc. An example of how this is used in a webmathematica example is shown in the following link: http://www.higgins.ucdavis.edu/webMathematica/MSP/Examples/Tutorials/PlotExample.msp Cheers, Brian