| Author |
Comment/Response |
Daniele Barducci
|
10/23/12 1:15pm
Hi,
I've got the following problem with ListContourPlot.
I thought that I could give ListContourPlot[{{x1,y1,fx1},{x2,y2,fx2},...}]
from a list as said in the F1 help,
but if I generate a list like
data=Table[{x,y,x^2+y^2},{x,0,1,0.1},{y,0,1,0.1}];
and then
ListContourPlot[data]
I obtain a white figure.
What I'm doing wrong?
Thank in advance
Daniele
URL: , |
|