Skip to content

Instantly share code, notes, and snippets.

@sverhoeven
Created October 2, 2020 09:41
Show Gist options
  • Save sverhoeven/e3ce5191f332feb9ca25d27505084410 to your computer and use it in GitHub Desktop.
Save sverhoeven/e3ce5191f332feb9ca25d27505084410 to your computer and use it in GitHub Desktop.
run-cpp-on-web: vega
const spec = {
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"width": 800,
"height": 600,
"title": {"text": "Iterative root finding", "fontSize": 20, "fontWeight": "normal"},
"layer": [
equation_line,
root_rule,
iterations_scatter
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment