\usemodule[gnuplot] \starttext \title{How to draw nice plots with {\sc gnuplot}?} \startGNUPLOTscript[sin] set format y "%.1f" plot sin(x) t '$\sin(x)$' \stopGNUPLOTscript \useGNUPLOTgraphic[sin] \stoptext