MathGroup Archive 2008

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

Search the Archive

Re: RegionPlot color

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87329] Re: [mg87317] RegionPlot color
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Tue, 8 Apr 2008 05:34:18 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

rp = RegionPlot[x^2 + y^3 < 2, {x, -2, 2}, 
     {y, -2, 2}]

clr = Cases[rp, RGBColor[__], Infinity][[1]]

Graphics[{clr, Rectangle[{0, 0}]}]


Bob Hanlon

---- None None <worm9056 at yahoo.com> wrote: 
> Dear Sir
>    
>   Mathematica 6 produces a region and fills it  with default color in "RegionPlot" (drawing 2D inequality). I wish to use the color elsewhere in graphics applications. I could not recognize the color and the scheme associated with it. kindly guide me on locating this color among mathematica 6 color schemes.
>    
>   Kind regards
> 
>        



  • Prev by Date: Filling problem in Plot3D
  • Next by Date: Re: RegionPlot color
  • Previous by thread: Re: RegionPlot color
  • Next by thread: Re: RegionPlot color