I have data that looks like this:
X -- Y -- Z
25--30 --1.817
25-- 40 -- 1.763
25-- 50 -- 1.716
50-- 30 --1.748
50-- 40 --1.659
50 --50 --1.648
50 --30 --1.654
50 --40 --1.563
50 --50 --1.561
I want to use the first column as x axis concentration, the second column as y axis temperature and the third column a z values as concentration . I want to display a xyz 3-D surface in that manner. What is the best way to do this? I tried Excel but didn't really get anywhere. Does anyone have any suggestions for a tool to do this? Does anyone know how to do this in Excel?