MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Adding text to RegionPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98574] Re: Adding text to RegionPlot
  • From: markus <markusg.phys at googlemail.com>
  • Date: Mon, 13 Apr 2009 03:33:33 -0400 (EDT)
  • References: <grs67t$qfq$1@smc.vnet.net>

Hi Jim,

you can generally add text to any plot using the Epilog option:
e.g.: RegionPlot[..., Epilog -> {Text["mytext", {1.5, 1}]}]


  • Prev by Date: Re: problem with mathematica :(
  • Next by Date: Mathematica User groups,where to find them?
  • Previous by thread: Adding text to RegionPlot
  • Next by thread: Re: Adding text to RegionPlot