Message Boards Message Boards

ContourPlot of Uploaded DataFile

Posted 9 years ago

Hello, I have a list of x,y,z points in an excel file and would like to do a 3d contour plot. What input should I use? Thanks!

Attachments:
POSTED BY: Munsell Randall
3 Replies

I'm sorry, I should specify. I am using Wolfram Alpha.

POSTED BY: Munsell Randall

Dear Munsell Randall,

In WL it is extremely easy to import data from Excel files. The following code simply gets the data from your file, and then uses ListControurPlot[] function to draw the data. Just put the notebook and the plane.xlsx files in the same folder.

data = Import[NotebookDirectory[] <> "plane.xlsx"];
ListContourPlot[data]

Regards

Wojciech Artichowicz

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

Group Abstract Group Abstract