A nonconventional ListContourPlot
- To: mathgroup at smc.vnet.net
 - Subject: [mg129899] A nonconventional ListContourPlot
 - From: Luiz Melo <lmelo at ufsj.edu.br>
 - Date: Sat, 23 Feb 2013 23:32:20 -0500 (EST)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Delivered-to: l-mathgroup@wolfram.com
 - Delivered-to: mathgroup-newout@smc.vnet.net
 - Delivered-to: mathgroup-newsend@smc.vnet.net
 
Good day,
x[a_,b_] = a*b;
y[a_,b_] = Cos[a^2 + b];
z[a_,b_] = Sin[a + b^2];
data = Table[{x[i,j], y[i,j], z[i,j]}, {j, -1, 1, 0.1}, {i, -2, 2, 0.1}];
For the table above, is it possible to see a ListContourPlot of the z
component as a function of x and y (the values of x and y on the
horizontal and vertical axes, respectively)?
Thank you in advance
Luiz Melo
- Follow-Ups:
- Re: A nonconventional ListContourPlot
- From: Bob Hanlon <hanlonr357@gmail.com>
 
 
 - Re: A nonconventional ListContourPlot