Plot.plot({
width: 800,
marginBottom: 100,
y: {ticks: [], label: "", labelArrow: "none"},
x: {label: "", labelArrow: "none", fontVariant},
style: {fontFamily: "Rubik", fontWeight: 300, fontSize: 48},
marks: [
Plot.ruleY([0]),
Plot.lineY(aapl, {x: "Date", y: "Close"})
]
})