+ Reply to Thread
Results 1 to 2 of 2

draw circle in graph

  1. #1
    Registered User
    Join Date
    01-17-2008
    Location
    canadaaaaa
    MS-Off Ver
    2019
    Posts
    55

    draw circle in graph

    hellooo,

    is it possible to draw a circle at a given position?

    lets say a 10 unit diameter circle a x=1 and y=1?

    thanks

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: draw circle in graph

    X/Y scatter plot of cosine v sin of angles from 0-360

    Y=Radius*SIN(RADIANS(A11))
    X=Radius*COS(RADIANS(A11))

    Where column A11 down hold degrees from 0 to 360 and Radius is your given radius.
    Elegant Simplicity............. Not Always

+ 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