Desmos csv import

Just a little helper userscipt to convert csv into a format that desmos likes

Aŭtoro
steelpancake
Ĉiutagaj instaloj
0
Tutaj instaloj
5
Ratings
0 0 0
Versio
2024-11-12
Kreita
2025/01/24
Ĝisdatigita
2025/01/24
Size
36 kb
Licenco
MIT
Aplikiĝas al

HOW TO USE (in browser console with desmos open)

csv = `your csv as a string`
to_add = desmoscsv.csv.toDesmosTable(csv)
state = Calc.getState()
state.expressions.list.push(to_add)
Calc.setState(state)