bulb2 = Plot.plot({
marks: [
Plot.dot(bulb1, Plot.dodgeX("middle",{ filter: (d) => (d.rgb == 1 && d.wifi ==1 && d.dim == 1), fx: "fixture type", y: "brand", fill: "lumens", r: "price", channels: {id: "id no.", model: "model"}, tip: true}))
], grid: true, color: {legend: true, scheme: "Oranges", reverse:true }, marginLeft: 100, marginBottom: 50
})