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

BestFitLine with XY #23

Open
paulguz opened this issue Mar 1, 2018 · 3 comments
Open

BestFitLine with XY #23

paulguz opened this issue Mar 1, 2018 · 3 comments

Comments

@paulguz
Copy link

paulguz commented Mar 1, 2018

Do you plan to make this work with XY charts?

@martynasma
Copy link
Collaborator

Hi @paulguz, which tool are you referring to?

@paulguz
Copy link
Author

paulguz commented Mar 2, 2018

Sorry, the BestFitLine

@paulguz paulguz changed the title XY BestFitLine with XY Mar 2, 2018
@martynasma
Copy link
Collaborator

No worries. Thanks.

Unfortunately, the answer is no. Algorithms for calculating best fit line are suitable for serial data, while XY is a scatter type data. I understand that you can depict serial-like data on XY chart, but it would be impossible to implement it reliably in all cases. The scattering of data points on XY chart is just too unreliable.

Sorry.

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

2 participants