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

Fix linear regression commands to not be clunky #111

Open
kevindougherty-noaa opened this issue Jan 5, 2023 · 0 comments
Open

Fix linear regression commands to not be clunky #111

kevindougherty-noaa opened this issue Jan 5, 2023 · 0 comments
Assignees

Comments

@kevindougherty-noaa
Copy link
Contributor

Currently, to add a linear regression line to say a scatter plot, you need to add to the code:

plotobj.do_linear_regression = True
plotobj.add_linear_regression()

This seems clunky and should be updated to make smoother.

@kevindougherty-noaa kevindougherty-noaa self-assigned this Jan 5, 2023
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