Type Table, then Shift-Enter. Ctrl-space for more options.
jvm=results.filter(it=>it.type=='jvm')
native=results.filter(it=>it.type=='nat')
Plot.plot(
{
x:{grid:true},
y:{grid:true},
color:{legend:true},
marks:[
Plot.line(jvm,{
x:"desc",
y:"time",
z:"tech",
stroke:"tech"
}),
Plot.text(jvm,{
x:"desc",
y:"time",
z:"tech",
text:"time",
dy:-10,
fontSize:"1.5em"
}),
]
}
)
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.