MathGroup Archive 2013

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

Search the Archive

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



  • Prev by Date: Re: Ingolf Dahl's "SetFaceAndFont" palette broken in Mathematica
  • Next by Date: Re: Compiling numerical iterations
  • Previous by thread: Re: Hold & Evaluate
  • Next by thread: Re: A nonconventional ListContourPlot