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

Comparison of different coordinate axis curves #12

Open
zhang-zimin opened this issue Mar 3, 2021 · 2 comments
Open

Comparison of different coordinate axis curves #12

zhang-zimin opened this issue Mar 3, 2021 · 2 comments

Comments

@zhang-zimin
Copy link

What should I do if the coordinate axes of the two curves are different? For example, one of them is a logarithmic axis.

@cjekel
Copy link
Owner

cjekel commented Mar 4, 2021

If one curve has a log axis and the other curve doesn't, you'll need to transform one of the two curves such that they are both on the same axis.

You should be able to notice when one curve is on a different axis because it should have a larger error (or distance). You can confirm this by taking one curve, transforming one of the axis, and comparing this transformed curve with the original curve.

It is okay if both curves have a single logarithmic axis, assuming it is the same one.

Does this help a bit?

@zhang-zimin
Copy link
Author

thank!

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