File: example.plt

package info (click to toggle)
context-modules 20240428-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 35,716 kB
  • sloc: xml: 80,142; ruby: 15,247; sh: 42; makefile: 21
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)