Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 289 Bytes

markdown.md

File metadata and controls

18 lines (14 loc) · 289 Bytes

title:"Hi"

a

const date = Date.now()
console.log(date.toString())
set terminal svg
set title "Simple Plots" font ",20"
set key left box
set samples 50
set style data points

plot [-10:10] sin(x),atan(x),cos(atan(x))