Skip to content

Instantly share code, notes, and snippets.

View jgalazm's full-sized avatar

José Galaz Mora jgalazm

View GitHub Profile
@jgalazm
jgalazm / nwogus-spectral-radius.ipynb
Last active July 25, 2023 09:52
nwogus-spectral-radius.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jgalazm
jgalazm / spec.json
Created August 23, 2023 14:24
Vega-Lite spec from Wed Aug 23 2023
{
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}},
"data": {"name": "data-ff30494553e1f5b4526afcfc733ba007"},
"mark": {"type": "line", "point": true},
"encoding": {
"color": {
"field": "mu",
"legend": {"labelLimit": 20},
"scale": {"scheme": "blues"},
"type": "ordinal"