Group Abstract Group Abstract

Message Boards Message Boards

Preprocess and visualize data from a texto.txt file?

Posted 9 years ago

The data are attached. How is wrong with the code? Is very important, I spend much time to make this code and I don't know what is wrong. I need help.

data=Import["texto.txt","Table"];

SetOptions[{ListContourPlot,ListPlot3D},ImageSize->300];

{ListContourPlot[data,
FrameStyle->Directive[Black,13],
ContourLines->True,
Contours->20,
AspectRatio->Full,
ColorFunction->"TemperatureMap",
FrameLabel->{"x","y"}],

ListPlot3D[data,
BaseStyle->{FontSize->14},
Mesh->None,
InterpolationOrder->3,
ColorFunction->"SouthwestColors",
BoxRatios->Automatic]}

enter image description here

Attachments:
POSTED BY: Carmen Gonzalez
Attachments:
POSTED BY: Udo Krause
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard