View Single Post
  #2   Report Post  
John Mansfield
 
Posts: n/a
Default

SLG,

One option is to reverse the positions of the data on the spreadsheet.
Assuming an XY chart, you would change a setup like this:

x y
5 4
4 2
5 3
7 4
6 5

to this:

y x
4 5
2 4
3 5
4 7
5 6

If this doesn't work, can you post back to let us know what type of chart
and data you're using?

----
Regards,
John Mansfield
http://www.pdbook.com


"SLG" wrote:

My graph automatically makes certain data the y axis and other data the x
axis. I need to just reverse it for the graph I am looking for. Any
suggestions?