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

More interesting vega plot #37

Open
sverhoeven opened this issue Jun 2, 2020 · 1 comment
Open

More interesting vega plot #37

sverhoeven opened this issue Jun 2, 2020 · 1 comment

Comments

@sverhoeven
Copy link
Member

The vega plot of epsilon versus duration is a bit disappointing. As changing the input has not much impact on the plot.

image

Some alternatives:

  • plot root of different functions like x^3 - x^2 + 2, x^3 − 2x^2 − 11x + 12, x^3-2x +2 (does not converge when guess=0), x^2-1, −sin(x) − 3x^2, x^2 − 2, adjust code to pick one of functions, will also need derivatives of all those functions.
  • plot number of iterations versus epsilon or guess, will need adjust code count them first
@sverhoeven sverhoeven added this to the v1.0.0 milestone Jun 2, 2020
@sverhoeven
Copy link
Member Author

I would also be nice if the plot could be more interactive as a minimal enabling tooltips or a brush to select points like https://vega.github.io/editor/#/examples/vega-lite/brush_table

@sverhoeven sverhoeven removed this from the v1.0.0 milestone Jun 3, 2020
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