Charter - Mandarancio/scidown GitHub Wiki
Charter is a simple DSL to generate SVG plots, more information on the syntax can be found in the readme and examples can be found on the wiki.
To define a charter polt in SciDown simply put your plot code inside a codeblock with language charter
.
Example code
```charter
plot:
x: range: 0 100 10
y: math: sqrt(x)
```
This is a simple plot generated with charter (not from the code above):