|
[Date Index]
[Thread Index]
[Author Index]
Combining ListPlot3D with Show[]
- To: mathgroup at smc.vnet.net
- Subject: [mg72202] Combining ListPlot3D with Show[]
- From: Luiz Melo <luiz.melo at polymtl.ca>
- Date: Thu, 14 Dec 2006 05:49:27 -0500 (EST)
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: How to solve this equation?
Next by Date:
REPOSTING:RE: REPOSTING: PowerTower extended to real exponents
Previous by thread:
Re: Definite integrals in Mathematica
Next by thread:
Re: Combining ListPlot3D with Show[]
|