Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circle points function #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add circle points function #2

wants to merge 1 commit into from

Conversation

SylviaWhittle
Copy link
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
Member

👀

@bobturneruk
Copy link
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
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