Re: Adding text to RegionPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg98776] Re: Adding text to RegionPlot
- From: Jim Rockford <jim.rockford1 at gmail.com>
- Date: Sun, 19 Apr 2009 04:52:04 -0400 (EDT)
- References: <grupuk$tf$1@smc.vnet.net>
On Apr 13, 3:34 am, Bill Rowe <readn... at sbcglobal.net> wrote: > This does what you want > > RegionPlot[y <= (1/x^2) && y >= 0, {x, 1, 3}, {y, 0, 1}, > PlotRange -> {{0, 3}, {0, 1}}, Epilog -> {Text["mytext", {1.5, 1}]}] Thanks for the help guys. I wish the documentation for the various plotting commands had illustrated the use of this "epilog" feature. I never knew it even existed after all these years! Jim