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

(0,0) should be at Home Plate, and scale to 1 unit = 1 feet #5

Open
andoomcz opened this issue Feb 27, 2020 · 0 comments
Open

(0,0) should be at Home Plate, and scale to 1 unit = 1 feet #5

andoomcz opened this issue Feb 27, 2020 · 0 comments

Comments

@andoomcz
Copy link

Hello,

I think this is a fantastic package! Thank you so much for providing this. I think it would be great if the plots are centered at the (0,0), and be scaled so that 1 unit equates to 1 feet. I have previously worked on a project using the exact same dataset. From my experience, if you do a transformation of:
x_new = -2.27 * (x - 125.16) and y_new = -2.27 * (y + 203.41) to each of the xy-coordinates, it should get the tip of the home plate to be located at (0,0), with 1 unit = 1 feet.

Thanks!

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

No branches or pull requests

1 participant