Re: Contour Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg27043] Re: Contour Plot
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Thu, 1 Feb 2001 03:00:29 -0500 (EST)
- References: <95841c$353@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Roberto: Inevitably one would cover the other; would Graphics array help? Show[GraphicsArray[...]] If you wish to show the data on one plot then it is possible to construct the contour lines in 3D, with a different color for each quantity, and combine these. -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Roberto Ruiz de Austri" <r.ruizdeaustri at lancaster.ac.uk> wrote in message news:95841c$353 at smc.vnet.net... > Dear MathGroup Reader, > > I have a data file including differents physical quantities (e.g. x, > y, z1, z2, ....in differents columns) . I generate shaded contour plots > for each "zi". After that I try to link these figures in one with > "Show[ figure1,figure2,... ]" sentences. But I just get the first in the > list. > What is the way to get just one figure including all "zi". > > > Thank you very much. > > > Roberto. > > > >