Rotating line chart orientation

  • Thread starter Thread starter David D.
  • Start date Start date
D

David D.

Is there a way to rotate a line chart, so that it displays in portrait
rather than landscape orientation?

I do not want to transpose rows and columns (that yields a different, and
nonsensical, plot). I simply want the calendar-date axis to be down the
left-hand edge of the chart, and the dollar values to be across the bottom
of the chart.

No matter matter how I orient the data, the chart still plots with the dates
across the bottom, and the dollar amounts along the left-hand edge.

- David
 
...
How about an x-y scatter chart instead of a line chart? The result would
look the same. You would use your $ values as the x-axis and the dates as
the y-axis. Now your lines should run up and down where they were once
horizontal...

Dave
dvt at psu dot edu
 
Back
Top