-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] Scatterplot: Draw separate regression lines for colors; add orthonormal regression #3518
[ENH] Scatterplot: Draw separate regression lines for colors; add orthonormal regression #3518
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3518 +/- ##
==========================================
+ Coverage 83.73% 83.78% +0.04%
==========================================
Files 370 370
Lines 66451 66680 +229
==========================================
+ Hits 55643 55867 +224
- Misses 10808 10813 +5 |
I like this a lot! |
598ce05
to
b2c1b7b
Compare
976004d
to
ff8e05f
Compare
This seems nicely robust. Did you intentionally decide to have different line widths for overall fit and per-class fit? The overall fit seems insignificant now, while colored lines at width=1 are hard to notice. I would set width of all of them to 2, but I do not know how it looks on retina screens. |
Also, documentation should be updated, but probably not in this PR. The old docs still show some discrete features. |
ff8e05f
to
0229552
Compare
I changed widths to 2. I could now even remove the argument, but decided to keep it if we change our minds in the future. |
64fc4a1
to
a077e40
Compare
a077e40
to
6081008
Compare
Issue
It would be interesting to see separate regression lines for different colors - when points in the scatter plot are colored with discrete colors.
Also fixes #3519.
Description of changes
Includes