|
[Date Index]
[Thread Index]
[Author Index]
Re: Combining ListPlot3D with Show[]
- To: mathgroup at smc.vnet.net
- Subject: [mg72332] Re: Combining ListPlot3D with Show[]
- From: "dimitris" <dimmechan at yahoo.com>
- Date: Tue, 26 Dec 2006 06:26:45 -0500 (EST)
- References: <elrb9p$11j$1@smc.vnet.net>
Searching in the archives I found this post which you should consult
http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/f8f2631d2f6536eb/804ac47dea639a6a?lnk=gst&q=Alan+Hayes+WireFrame&rnum=5&hl=en#804ac47dea639a6a
Dimitris
Luiz Melo wrote:
> Dear mathgroup,
>
> Given two tables t1 and t2, we set
>
> g1 = ListPlot3D[t1, Mesh -> False, HiddenSurface -> True, ColorFunction ->
> Automatic, DisplayFunction -> Identity];
>
> and
>
> g2 = ListPlot3D[t2, Mesh -> False, HiddenSurface -> False, ColorFunction ->
> Automatic, DisplayFunction -> Identity];
>
> Now combine g1 and g2 with Show:
>
> Show[g1,g2, DisplayFunction -> $DisplayFunction];
>
> Why does the plot g2 is displayed as if its option "HiddenSurface" was "True" ??
>
>
> Thanks in advance,
> Luiz
>
>
> --
> Luiz Melo
> École Polytechnique de Montréal
> Département de Génie Physique
> C.P.6079, succ. Centre-ville
> Montréal (QC) Canada
> H3C 3A7
> Tél (514)340-4711-7454
> Fax (514)340-3218
Prev by Date:
Re: RealTime3D
Next by Date:
Q about root
Previous by thread:
RE: Combining ListPlot3D with Show[]
Next by thread:
REPOSTING:RE: REPOSTING: PowerTower extended to real exponents
|