Plot.plot({
width: 600,
marginLeft: 50,
grid: true,
y: {
type: "linear"
},
marks: [
Plot.axisY({anchor: "left", label: "left-top", labelAnchor: "top"}),
Plot.axisY({anchor: "left", label: "left-center", labelAnchor: "center", ticks: [], fontSize: 15, fontWeight: 700, color: "purple"}),
Plot.axisY({anchor: "left", label: "left-bottom", labelAnchor: "bottom", ticks: []}),
Plot.axisY({anchor: "right", label: "right-top", labelAnchor: "top"}),
Plot.axisY({anchor: "right", label: "right-center", labelAnchor: "center", ticks: []}),
Plot.axisY({anchor: "right", label: "right-bottom", labelAnchor: "bottom", ticks: []})
]
})