Plot temperatures with F on one Y axis and C on another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a data series of temperatures

If I try to convert to C and plot on seperate axis, I have to play with
everything to get them to line up.

I want one data series with the F on one Y axis, and C on another Y axis.

Is this possible?

Thanks,
 
Yes. Generate a dummy second series, & plot it. Format that to use a
secondary Y axis. Adjust the limits of the 2 Y axes to match each other
(e.g. 0 to 100 and 32 to 212). Make the second series invisible on the
chart.
 
Back
Top