Murcielago
New Member
- Joined
- Jul 29, 2013
- Messages
- 3
Dear fellow excellers,
I've been working on representing some data with a three-dimensional graph, but can't seem to get the results that I'm looking for. The problem is having two real variables and one set of labels (1,2,3...). I tried putting the data in a "3d area" graph, but it only uses 1 true variable and two sets of labels, or variables with constant intervals. The graph itself would otherwise be a perfect representation of the data.
An example of my data can be found below:
[TABLE="width: 424"]
<TBODY>[TR]
[TD] [/TD]
[TD]0,0</SPAN>[/TD]
[TD]13,5</SPAN>[/TD]
[TD]26,6</SPAN>[/TD]
[TD]39,4</SPAN>[/TD]
[TD]51,9</SPAN>[/TD]
[/TR]
[TR]
[TD]0,0</SPAN>[/TD]
[TD]108,7[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]93,1[/TD]
[/TR]
[TR]
[TD]1,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,6[/TD]
[/TR]
[TR]
[TD]2,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
[TR]
[TD]3,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
[TR]
[TD]4,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
[TR]
[TD]5,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
</TBODY><COLGROUP><COL span=6></COLGROUP>[/TABLE]
I would like to plot the column in bold values as the x-axis, row in bold as z-axis and the rest as y-axis. The problem is having constant intervals between 0,0...51,9 , instead of variable intervals. Any idea on how to plot this?
I have ~130 000 cells of data, so I can't really do any manual work.
I would appreciate any help in this!
I've been working on representing some data with a three-dimensional graph, but can't seem to get the results that I'm looking for. The problem is having two real variables and one set of labels (1,2,3...). I tried putting the data in a "3d area" graph, but it only uses 1 true variable and two sets of labels, or variables with constant intervals. The graph itself would otherwise be a perfect representation of the data.
An example of my data can be found below:
[TABLE="width: 424"]
<TBODY>[TR]
[TD] [/TD]
[TD]0,0</SPAN>[/TD]
[TD]13,5</SPAN>[/TD]
[TD]26,6</SPAN>[/TD]
[TD]39,4</SPAN>[/TD]
[TD]51,9</SPAN>[/TD]
[/TR]
[TR]
[TD]0,0</SPAN>[/TD]
[TD]108,7[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]93,1[/TD]
[/TR]
[TR]
[TD]1,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,6[/TD]
[/TR]
[TR]
[TD]2,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
[TR]
[TD]3,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
[TR]
[TD]4,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
[TR]
[TD]5,0</SPAN>[/TD]
[TD]108,3[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[TD]90,5[/TD]
[/TR]
</TBODY><COLGROUP><COL span=6></COLGROUP>[/TABLE]
I would like to plot the column in bold values as the x-axis, row in bold as z-axis and the rest as y-axis. The problem is having constant intervals between 0,0...51,9 , instead of variable intervals. Any idea on how to plot this?
I have ~130 000 cells of data, so I can't really do any manual work.
I would appreciate any help in this!