Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Observable Plot examples

30 Sep 2022 »

Actual usefull next level

https://observablehq.com/@fatman00/actual-usefull-next-level

Plot.plot({
  y: {
    type: "log"
  },
  color: {
    legend: true
  },
  marks: [
    Plot.ruleY([0]),
    Plot.line(data1, {
      x: "epoc",
      y: "rtt",
      stroke: "host",
      mixBlendMode: "multiply"
    })
  ],
  width: width
})