Public
Edited
Mar 30, 2023
Insert cell
Insert cell
Plot.plot({
x: {
domain: [0.1, 32.9],
tickFormat: (d) => d + "%",
label: "Per-core CPU time spent on softirq →"
},
height: 250,
marks: [
Plot.text(
soft2,
Plot.dodgeY({ fill: "red", fontSize: 7, x: "%soft", anchor: "middle" })
)
]
})
Insert cell
soft2.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
soft.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
turboAdaptiveTxRfs
X
IPC
Y
IRQ
Color
Size
Facet X
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.auto(turboAdaptiveTxRfs, { x: "IPC", y: "IRQ", mark: "area" }).plot({})
Insert cell
Insert cell
Insert cell
turbo@1.tsv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
turbo
Insert cell
turbo-adaptive-tx-rfs.tsv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
turbo-adaptive-tx.tsv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
turbo-adaptive.tsv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell

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.
Learn more