Desmos csv import

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

작성자
steelpancake
일일 설치 수
0
총 설치 수
5
평점
0 0 0
버전
2024-11-12
생성일
2025-01-24
갱신일
2025-01-24
크기
36KB
라이선스
MIT
적용 사이트

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)