Re: Adding text to RegionPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg98800] Re: Adding text to RegionPlot
- From: Helen Read <hpr at together.net>
- Date: Mon, 20 Apr 2009 01:27:43 -0400 (EDT)
- References: <grupuk$tf$1@smc.vnet.net> <gseoml$e4n$1@smc.vnet.net>
- Reply-to: HPR <read at math.uvm.edu>
Jim Rockford wrote: > 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! Epilog is right there under Options on the page for Plot. Also, there is a page on CombiningGraphics which is pretty easy to find from the Documentation "home" page. -- Helen Read University of Vermont