Greasy Fork is available in English.

Desmos csv import

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

Skaber
steelpancake
Daglige installationer
0
Installationer i alt
2
Bedømmelser
0 0 0
Version
2024-11-12
Oprettet
24.01.2025
Opdateret
24.01.2025
Size
36 kB
Licens
MIT
Gælder for

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)