Skip to content

Add circle points function#2

Open
SylviaWhittle wants to merge 1 commit into
mainfrom
Sylvia-tests
Open

Add circle points function#2
SylviaWhittle wants to merge 1 commit into
mainfrom
Sylvia-tests

Conversation

@SylviaWhittle

Copy link
Copy Markdown
Collaborator

Adds a function that returns a pandas DataFrame containing columns 'x' and 'y' containing coordinates of points for the circle.

The points are evenly spaced around (0, 0).

The function takes arguments of circle radius and number of points.

Adds a function that returns a pandas DataFrame containing columns 'x' and 'y' containing coordinates of points for the circle.

The points are evenly spaced around (0, 0).

The function takes arguments of circle radius and number of points.
@bobturneruk

Copy link
Copy Markdown
Member

👀

@bobturneruk bobturneruk requested a review from Jean-Du February 11, 2022 08:57
@bobturneruk

Copy link
Copy Markdown
Member

Good to see this. I'll do a proper review, but I think maybe the first and last points in the dataframe are identical, which puzzled me a bit when plotting small numbers of points!

@bobturneruk

Copy link
Copy Markdown
Member

@SylviaWhittle - is this something I should look at soon, or have priorities shifted such that it can wait, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants