Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 57
Default Degrees º as an imput in a x-y scatter plot

For two columns of data: column A where I have integers ranging from 0 to 90
representing degrees; and, a column B where I have integer values randomly
selected representing distance, I would like to create an x-y graph of
points representing degrees and distance from 0,0 intersect of the x and y
axes.

I suppose the end result should look like 1/4 of a circle, that is 90º of a
full circle.

Is this possible in a x-y scatter plot, or am I forced to use another chart
type?

My thanks in advance for any suggestions on handling the integers
representing degrees.

Brad


  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Degrees º as an imput in a x-y scatter plot

Hi,

Assuming data in A1:B90 then the following 2 formula will return the x
and y position, which you can plot as a xy-scatter.

C1: =COS(A1*(PI()/180))*B1
D1: =SIN(A1*(PI()/180))*B1

See here for polar plots.
http://www.andypope.info/charts/polarplot.htm
http://www.andypope.info/charts/polarplot2.htm

Cheers
Andy

Brad wrote:
For two columns of data: column A where I have integers ranging from 0 to 90
representing degrees; and, a column B where I have integer values randomly
selected representing distance, I would like to create an x-y graph of
points representing degrees and distance from 0,0 intersect of the x and y
axes.

I suppose the end result should look like 1/4 of a circle, that is 90º of a
full circle.

Is this possible in a x-y scatter plot, or am I forced to use another chart
type?

My thanks in advance for any suggestions on handling the integers
representing degrees.

Brad


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 414
Default Degrees º as an imput in a x-y scatter plot

Not sure if this helps but: (!)
Formulas for row 2 (assuming row 1 is headings)
X axis formula =COS(RADIANS(A2))*B2
Y axis formula =COS(RADIANS(A2))*B2

and chart the resultant data on a scatter chart.

Andy.

"Brad" wrote:

For two columns of data: column A where I have integers ranging from 0 to 90
representing degrees; and, a column B where I have integer values randomly
selected representing distance, I would like to create an x-y graph of
points representing degrees and distance from 0,0 intersect of the x and y
axes.

I suppose the end result should look like 1/4 of a circle, that is 90º of a
full circle.

Is this possible in a x-y scatter plot, or am I forced to use another chart
type?

My thanks in advance for any suggestions on handling the integers
representing degrees.

Brad



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default Degrees º as an imput in a x-y scatter plot

Andy's answer is perfectly correct but one can also use Excels DEGREES and
RADIANS functions to make the conversion
C1: =COS(RADIANS(A1))*B1
D1: =SIN(RADIANS(A1))*B1
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Brad" wrote in message
...
For two columns of data: column A where I have integers ranging from 0 to
90 representing degrees; and, a column B where I have integer values
randomly selected representing distance, I would like to create an x-y
graph of points representing degrees and distance from 0,0 intersect of
the x and y axes.

I suppose the end result should look like 1/4 of a circle, that is 90º of
a full circle.

Is this possible in a x-y scatter plot, or am I forced to use another
chart type?

My thanks in advance for any suggestions on handling the integers
representing degrees.

Brad



  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default Degrees º as an imput in a x-y scatter plot

I meant Andy Pope, the second Andy need SIN for Y
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Bernard Liengme" wrote in message
...
Andy's answer is perfectly correct but one can also use Excels DEGREES and
RADIANS functions to make the conversion
C1: =COS(RADIANS(A1))*B1
D1: =SIN(RADIANS(A1))*B1
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Brad" wrote in message
...
For two columns of data: column A where I have integers ranging from 0 to
90 representing degrees; and, a column B where I have integer values
randomly selected representing distance, I would like to create an x-y
graph of points representing degrees and distance from 0,0 intersect of
the x and y axes.

I suppose the end result should look like 1/4 of a circle, that is 90º of
a full circle.

Is this possible in a x-y scatter plot, or am I forced to use another
chart type?

My thanks in advance for any suggestions on handling the integers
representing degrees.

Brad





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Point labels in an Excel scatter plot to be associated text Point labels in scatter plot - text? Charts and Charting in Excel 4 April 29th 23 07:45 PM
Scatter plot with median and interquartile lines ninja-lewis Charts and Charting in Excel 0 May 1st 06 06:26 PM
Excel Scatter Plot adamuk Charts and Charting in Excel 2 March 27th 06 01:48 PM
Can I copy x-y scatter plot data direct from one plot to another? Chris Charts and Charting in Excel 2 June 3rd 05 01:20 PM
Fill area beneath a scatter plot JZip Charts and Charting in Excel 4 December 8th 04 01:59 PM


All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"