pgflrob -
I cannot imagine what you mean by "series one on the y axis and series two
on the x."
But, in case your data are actually paired, i.e., (1,1), (4,2), (9,3), ...,
(1,20), then perhaps an XY (Scatter) chart type with lines between markers
is appropriate. If so, arrange your data with the X data in a column on the
left and the Y data in an adjacent column on the right; select all data (two
adjacent columns by twenty rows); insert the appropriate XY (Scatter) chart
type.
If that's not what you want, please explain with more details.
- Mike
http://www.MikeMiddleton.com
Let me add more info in hopes that there is someone that can help me.
I have two data series in columns.
Series one is
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
Series two is
1,4,9,16,25,36,49,64,81,100,100,81,64,49,36,25,16,9,4,1
I am trying to draw a line graph that puts series one on the y axis and
series two on the x.