File: example.plt

package info (click to toggle)
context-modules 20160520-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,552 kB
  • ctags: 455
  • sloc: xml: 1,873; makefile: 51; sh: 35
file content (4 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (8)
1
2
3
4
set term context size 5in,3in standalone
set output "fullpage-example.tex"
plot sin(x)
plot cos(atan(x))*sin(x)