Public
Edited
Oct 29, 2023
Insert cell
Insert cell
data = FileAttachment("PrimerExperimento.csv").csv({typed: true})
Insert cell


Plot.plot({
x: {label: "Segundos (s)", labelAnchor: "center"},
y: {label: "Voltaje (V)", labelAnchor: "center"},
title: "Imán orientado N-S pasando por una bobina de 520 vueltas",
marginBottom: 70,
marginRight: 50,
inset: 8,
grid: true,
color: {
legend: true,
},
marks: [
Plot.ruleY([0]),
Plot.lineY(data, {x: "Segundos", y: "Voltaje"})
]
})
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