Is anyone out there familiar with MS Excel? I need to make a certain chart but I don't succeed in doing so.
I have three columns with values and I simply want a 3D-chart in which each column is projected on an axis.
When using the "surface" chart type one axis is a projection of the row numbering in Excel rather than one of the columns.
Maybe a short example will clarify this:
<tt>
#....A.....B.....C
1....0.....0....1250
2...-1.....0.....20
3....0....-1.....23
4....1.....0.....21
5....0.....1.....22
</tt>
((A,B) is a pair of prediction errors and C is the frequency of that pair in a pair of frames of a 3D-image.)
What I want is that A is projected on the X-axis, B on the Y-axis and C on the Z-axis. What happens however, is that the numbering # is projected on an axis and A and B are both projected on the same axis.
Does anyone know how I can make this work?
[This message has been edited by IcedEarth (edited 24 March 2001).]
I have three columns with values and I simply want a 3D-chart in which each column is projected on an axis.
When using the "surface" chart type one axis is a projection of the row numbering in Excel rather than one of the columns.
Maybe a short example will clarify this:
<tt>
#....A.....B.....C
1....0.....0....1250
2...-1.....0.....20
3....0....-1.....23
4....1.....0.....21
5....0.....1.....22
</tt>
((A,B) is a pair of prediction errors and C is the frequency of that pair in a pair of frames of a 3D-image.)
What I want is that A is projected on the X-axis, B on the Y-axis and C on the Z-axis. What happens however, is that the numbering # is projected on an axis and A and B are both projected on the same axis.
Does anyone know how I can make this work?
[This message has been edited by IcedEarth (edited 24 March 2001).]
Comment