MathGroup Archive 2003

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

Search the Archive

Re: Re: Fills in StackGraphics ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43533] Re: [mg43303] Re: Fills in StackGraphics ?
  • From: Omega Consulting <info at omegaconsultinggroup.com>
  • Date: Fri, 19 Sep 2003 03:41:56 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I believe this is because the first FilledPlot creates an empty polygon 
(the top and bottom surfaces are the same). StackGraphics then  balks when 
it tries to triangulate that polygon.

At 03:54 AM 8/24/2003, AES/newspost wrote:
>In article <bi7ncs$p6j$1 at smc.vnet.net>,
>  Omega Consulting <info at omegaconsultinggroup.com> wrote:
>
>>>Trying to stack a Table of Filled Plots, as in:
>>>and it basically works, except I'm unable to get any Fill except what I
>>>guess is the Mathematica default (kind of a horrible purple).
>
>>What you're seeing is the 3D lighting mechanism which colors a surface
>>according to it's orientation. To turn that off and see the colors of the
>>surfaces use Lighting->False.
>>
>>Show[ StackGraphics[ slices], Lighting->False]
>
>
>Thanks!  That works -- but any idea why I also get an accompanying error
>message
>
>    StackGraphics::"bdpts": "Error in non-convex triangulation."
>
>Exact code I'm using is
>
>In[6]:=
>     data = Table[{i, t Exp[-(i - t)^2/4]}, {t, 0, 10}, {i, 0, 10, 0.2}];
>     plots = Map[FilledListPlot[#, DisplayFunction -> Identity,
>         Fills -> White] &,  data];
>In[10]:=
>Show[StackGraphics[plots], Lighting -> False];

--------------------------------------------------------------
Omega Consulting
"The final answer to your Mathematica needs"
http://omegaconsultinggroup.com


  • Prev by Date: Re: Comparing regression slopes?
  • Next by Date: Re: Define a function and its derivatives
  • Previous by thread: play sine graphs
  • Next by thread: Re: Define a function and its derivatives