Desmos.jl logo
Desmos.jl
  • Home
    • First example
    • Desmos Text I/O
  • API
  • Examples
Version
  • Home
  • Home


Desmos.jl

Generate Desmos script (JSON) with Julia language.

Stable Dev Build Status codecov Aqua QA

First example

using Desmos, JSON
state = @desmos begin
    @expression cos(x) color=RGB(1,0,0)
    @expression sin(x) color=RGB(0,0,1)
    tan(x)
end
clipboard(JSON.json(state, 4))

Desmos Text I/O

Note that this package requires Desmos Text I/O extension.

  • Chrome Web Store
  • Firefox ADD-ONS
API »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.2.1 on Monday 5 February 2024. Using Julia version 1.10.0.