summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/presentations/context/2020/context-2020-gpdemo.gp
blob: 1f21ca57cf45fda807cdfe5369721a02f1d7e2c9 (plain)
1
2
3
4
5
6
7
8
set format xy "$%g$"

set title  'This is a plot of $y=\sin(x)$'
set xlabel 'This is the $x$ axis'
set ylabel 'This is the $y$ axis'

plot [0:6.28] [0:1] sin(x)