+ Reply to Thread
Results 1 to 3 of 3

polar plot

  1. #1
    ApeMan
    Guest

    polar plot

    How do I plot a series of data as a polar graph (ie. with circular axes that
    go from 0-180 degrees)?

  2. #2
    Tushar Mehta
    Guest

    Re: polar plot

    In article <735C3694-F20F-48AC-A3C7-EA06046EB5FD@microsoft.com>,
    ApeMan@discussions.microsoft.com says...
    > How do I plot a series of data as a polar graph (ie. with circular axes that
    > go from 0-180 degrees)?
    >

    Create a XY Scatter chart recognizing that R,theta and X,Y are related
    through:

    X=R*cos(theta) Y=R*sin(theta)

    theta is expressed in radians, if you have angles in degrees, convert
    to radians through RADIANS(theta-in-degrees) or with the equation
    theta-in-radians = theta-in-degrees / 180 * PI()

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Excel, PowerPoint, and VBA add-ins, tutorials
    Custom MS Office productivity solutions

  3. #3
    Bernard Liengme
    Guest

    Re: polar plot

    see my webpage www.stfx.ca/people/bliengme/ExcelTips
    best wishes

    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "ApeMan" <ApeMan@discussions.microsoft.com> wrote in message
    news:735C3694-F20F-48AC-A3C7-EA06046EB5FD@microsoft.com...
    > How do I plot a series of data as a polar graph (ie. with circular axes
    > that
    > go from 0-180 degrees)?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1